home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / voyager7.exe / HP48.CA < prev    next >
Text File  |  1991-02-23  |  127KB  |  3,870 lines

  1. 00100 [DON Ofs2 Ofs1 Ofs0] Disp On, Bit Offset
  2. 00101 [Con3 Con2 Con1 Con0] Contrast
  3. 00102 [VDIG LID TRIM Con4] Disp Test (VDIG, LID, TRIM should be 0) & Contrast
  4. 00104 16 bit hardware CRC
  5. 00138 hardware timer
  6. 00D57 MC: let @?04EA.A = 0, clear carry
  7. 00D71 let @?04EA.A = 0
  8. 01307 MC: let C(13) = TICKS
  9. 017A6 MC: beep (C=msec,D=Hz)
  10. 02248 move #100,c.a / config
  11. 028E5 Library 000 (XLIB 0) (short)
  12. 028FC prolog signature
  13. 02911 System Binary
  14. 02933 Real Number
  15. 02955 Long Real
  16. 02977 Complex Number
  17. 0298F MC XFER: GC, push A.A and continue RPL
  18. 0299D Long Complex
  19. 029BF Character
  20. 029E8 Array
  21. 02A0A Linked Array
  22. 02A2C String
  23. 02A4E Binary Integer
  24. 02A66 MC XFER: GC, push A.A and continue RPL
  25. 02A74 List
  26. 02A96 Directory
  27. 02AB8 Algebraic
  28. 02ADA Unit
  29. 02AFC Tagged
  30. 02B1E Graphic
  31. 02B40 Library
  32. 02B62 Backup
  33. 02B7A MC XFER: GC, push A.A and continue RPL
  34. 02B88 Library Data
  35. 02BAA iType <BFh> object
  36. 02BCC iType <CFh> object
  37. 02BEE iType <DFh> object
  38. 02C10 iType <EFh> object
  39. 02D42 MC: push A.A and continue RPL
  40. 02D52 MC: GC, push A.A and continue RPL
  41. 02D9D Program
  42. 02DCC Code
  43. 02E48 Global Name
  44. 02E6D Local Name
  45. 02E92 XLIB Name
  46. 03019 MC: skip next object
  47. 0312B End Marker
  48. 03130 MC: End Marker (RPL Return)
  49. 0314C Internal DEPTH -> (1:System Binary)
  50. 03188 Internal DUP
  51. 031AC Internal DUP2
  52. 031D9 Internal DUPN (N:...,1:System Binary)
  53. 03223 Internal SWAP
  54. 03244 Internal DROP
  55. 03249 MC: pop stack and continue RPL
  56. 03258 Internal DROP2
  57. 0326E Internal DROPN (1:System Binary)
  58. 03295 Internal ROT
  59. 032C2 Internal OVER
  60. 032E2 Internal PICK (N:...,1:System Binary)
  61. 032F3 MC: PICK A'th from C
  62. 0331C MC: restore D1 from RSTK, pop stack and continue RPL
  63. 03325 Internal ROLL (N:...,1:System Binary)
  64. 03330 MC: ROLL A.A levels and continue RPL
  65. 0339E Internal ROLLD (N:...,1:System Binary)
  66. 033A9 MC: ROLLD A.A levels and continue RPL
  67. 03416 MC: garbage collect need 1 stack element
  68. 0341D MC: garbage collect need C.A stack elements
  69. 0357C MC: push A as new System Binary and continue RPL
  70. 0357F MC: push R0 as new System Binary and continue RPL
  71. 035A9 get array dimensions (1:Array) -> (1:List(of System Binary))
  72. 03672 MC: restore regs, push A and continue RPL
  73. 039BE MC: C.A = malloc(C.A nibbles) w/GC
  74. 039E3 MC: restore regs and Error: Insufficient Memory
  75. 03A81 True
  76. 03A86 MC: push A.A onto stack
  77. 03AC0 False
  78. 03ADA Logical XOR
  79. 03AF2 Logical NOT
  80. 03B06 MC: replace stk1 with False and continue RPL
  81. 03B1A NC: replace stk1 with True and continue RPL
  82. 03B2E Logical IFF (equivalence)
  83. 03B46 Logical AND
  84. 03B75 Logical OR
  85. 03B97 Internal SAME -> True/False
  86. 03C64 get object prolog (subset)
  87. 03CA6 if pop stk1 = 0 (System Binary) -> True/False
  88. 03CC7 if pop stk1 != 0 (System Binary) -> True/False
  89. 03CE4 if pop stk2 < stk1 (System Binary) -> True/False
  90. 03D19 if pop stk2 = stk1 (System Binary) -> True/False
  91. 03D4E if pop stk2 != stk1 (System Binary) -> True/False
  92. 03D83 if pop stk2 > stk1 (System Binary) -> True/False
  93. 03DBC Internal + (2:System Binary,1:System Binary)
  94. 03DC7 MC: push A as new System Binary and continue RPL
  95. 03DE0 Internal - (2:System Binary,1:System Binary)
  96. 03DEF Internal add one (1:System Binary)
  97. 03E0E Internal subtract one (1:System Binary)
  98. 03E2D Internal add two (1:System Binary)
  99. 03E4E Internal subtract two (1:System Binary)
  100. 03E6F Internal multiply by 2 (1:System Binary)
  101. 03E8E Internal divide by 2 (1:System Binary)
  102. 03EB1 Internal AND (2:System Binary,1:System Binary)
  103. 03EC2 Internal * (2:System Binary,1:System Binary)
  104. 03EF7 Internal / (2:System Binary,1:System Binary) -> (2:rem,1:div)
  105. 03F5D MC: pop stk2 and stk1 (System Binary) into A.A and C.A
  106. 03F8B <2933h> (Real Number prolog)
  107. 03F95 <2977h> (Complex Number prolog)
  108. 03F9F <2A74h> (List prolog)
  109. 03FA9 <2911h> (Global Name prolog)
  110. 03FB3 <2D9Dh> (Program prolog)
  111. 03FBD <2AB8h> (Algebraic prolog)
  112. 03FC7 <2A96h> (Directory prolog)
  113. 03FD1 <2E6Dh> (Local Name prolog)
  114. 03FDB <2955h> (Long Real prolog)
  115. 03FE5 <2ADAh> (Unit prolog)
  116. 03FEF <0h>
  117. 03FF9 <1h>
  118. 04003 <2h>
  119. 0400D <3h>
  120. 04017 <4h>
  121. 04021 <5h>
  122. 0402B <6h>
  123. 04035 <7h>
  124. 0403F <8h>
  125. 04049 <9h>
  126. 04053 <Ah>
  127. 0405D <Bh>
  128. 04067 <Ch>
  129. 04071 <Dh>
  130. 0407B <Eh>
  131. 04085 <Fh>
  132. 0408F <10h>
  133. 04099 <11h>
  134. 040A3 <12h>
  135. 040AD <13h>
  136. 040B7 <14h>
  137. 040C1 <15h>
  138. 040CB <16h>
  139. 040D5 <17h>
  140. 040DF <18h>
  141. 040E9 <19h>
  142. 040F3 <1Ah>
  143. 040FD <1Bh>
  144. 04107 <1Ch>
  145. 04111 <1Dh>
  146. 0411B <1Eh>
  147. 04125 <1Fh>
  148. 0412F <20h>
  149. 04139 <21h>
  150. 04143 <22h>
  151. 0414D <23h>
  152. 04157 <24h>
  153. 04161 <25h>
  154. 0416B <26h>
  155. 04175 <27h>
  156. 0417F <28h>
  157. 04189 <29h>
  158. 04193 <2Ah>
  159. 0419D <2Bh>
  160. 041A7 Internal OFF
  161. 04B76 MC: D0 = A + 5*(R0 - 1) ...
  162. 04CDC Reference to message table for library 000 (XLIB 0)
  163. 04D19 MC: let Last Error Code = A.A
  164. 04D33 clear Last Error Code
  165. 04D3E replace stk1 with "" (null string)
  166. 04D87 get message (1:System Binary)
  167. 04DD7 split System Binary (<54321h> -> <21h> <543h>)
  168. 04E07 replace stk1 with @70600
  169. 04E37 save ptr to stk1 into 70600
  170. 04E5E ?? inc local var and loop ??
  171. 04E89 MC: if @@D0 != 0, then inc @(@D0+5)
  172. 04FB6 Error: Insufficient Memory
  173. 04FBB MC: Error: Insufficient Memory
  174. 04FC2 Error: Directory Recursion
  175. 04FC7 MC: Error: Directory Recursion
  176. 04FCE Error: Undefined Local Name
  177. 04FD3 MC: Error: Undefined Local Name
  178. 04FDA Error: Invalid Card Data
  179. 04FDF MC: Error: Invalid Card Data
  180. 04FE6 Error: Object In Use
  181. 04FEB MC: Error: Object In Use
  182. 04FF2 Error: Port Not Available
  183. 04FF7 MC: Error: Port Not Available
  184. 04FFE Error: No Room in Port
  185. 05003 MC: Error: No Room in Port
  186. 0500A Error: Object Not in Port
  187. 0500F MC: Error: Object Not in Port
  188. 05016 Error: Undefined XLIB Name
  189. 0501B MC: Error: Undefined XLIB Name
  190. 0501E MC: invoke error code in C.P
  191. 05023 MC: invoke error code in A.A
  192. 05068 let @70679.A = 0
  193. 05089 Internal UVAL (1:Unit)
  194. 050ED get first char of string (1:String) -> (1:Character)
  195. 05143 MC: restore D,B,D1,D0 (C=D0), clear carry and continue RPL
  196. 05153 Internal SUB 2 to end (1:List)
  197. 0516C internal SUB 2 to end (1:String)
  198. 05176 <FFFFFh>
  199. 0518A Internal + (alt entry point) (2:String,1:String)
  200. 05193 Internal + (2:String,1:String)
  201. 0521F Internal + (composite object)
  202. 0525B Internal SWAP and + (2:String,1:Character)
  203. 052C6 Internal SWAP and + (2:composite object,1:Any)
  204. 052EE Internal + (2:String,1:Character)
  205. 052FA Internal + (2:composite object,1:Any)
  206. 05331 build composite object (N:...,2:System Binary,1:System Binary)
  207. 05445 Internal ->PROGRAM (N:...,1:System Binary)
  208. 05459 Internal ->LIST (N:...,1:System Binary)
  209. 0546D Internal ->ALGEBRAIC (N:...,1:System Binary)
  210. 05481 Internal ->UNIT (M:...,1:System Binary)
  211. 054AF explode composite object -> (N:...,1:System Binary)
  212. 0554C MC: GC & load D,B,D1,D0 (C=D0) / CC
  213. 05566 XFER: if pop stk1 = 5 (System Binary) -> True/False
  214. 0556F if pop stk1 = 5 (System Binary) -> True/False
  215. 0558A MC: if A.A = C.A -> True/False
  216. 0558F MC: set True and continue RPL
  217. 055A3 MC: set False and continue RPL
  218. 055B7 if pop stk1 is empty (composite object) -> True/False
  219. 055D5 Binary Integer template
  220. 055DF ""
  221. 055E9 { }
  222. 055F3 Algebraic template
  223. 055FD unevaluated null program
  224. 05616 Internal SIZE (nibbles) (1:sized object) -> System Binary
  225. 05622 SIZE of level 2 String -> System Binary
  226. 05636 Internal SIZE (bytes) (1:sized object) -> System Binary
  227. 0567B Internal SIZE (1:composite object) -> System Binary
  228. 056B6 Internal GET (2:composit object,1:System Binary) -> (2:object,1:True/False)
  229. 05733 Internal SUB (bytes) (3:sized object,2:System Binary,1:System Binary)
  230. 05815 Internal SUB (nibbles) (3:sized object,2:System Binary,1:System Binary)
  231. 05821 Internal SUB (3:List,2:System Binary,1:System Binary)
  232. 05902 Internal BYTES (size only) -> (1:System Binary)
  233. 05912 MC: R0 = BYTES(stk1)
  234. 05944 Internal BYTES (non-ROM objects) -> (2:System Binary,1:Binary Integer)
  235. 059CC Internal SB->B (1:System Binary)
  236. 05A03 Internal B->SB (1:Binary Integer)
  237. 05A51 Character to System Binary (1:Character)
  238. 05A75 System Binary to Character (1:System Binary)
  239. 05AB3 copy and set object prolog (2:Any,1:System Binary)
  240. 05ACC set object prolog (2:Any,1:System Binary)
  241. 05AED copy and set object prolog to Local Name (1:Any)
  242. 05B01 copy and set object prolog to Global Name (1:Any)
  243. 05B15 String to Global Name (1:String)
  244. 05B79 MC: allocate string
  245. 05BE9 Name to String (1:Global Name/Local Name)
  246. 05C21 MC XFER: restore regs, push A and continue RPL
  247. 05C27 Internal R->C (2:Real Number,1:Real Number)
  248. 05C8A Internal LR->LC (2:Long Real,1:Long Real)
  249. 05D2C Internal C->R (1:Complex Number)
  250. 05DBC Internal LC->LR (1:Long Complex)
  251. 05E81 Deep internal ->TAG (2:Any,1:String)
  252. 05E9F List to Tagged (1:List { Global Name, Any })
  253. 05EC7 Internal OBJ-> (1:Tagged)
  254. 05EEA change prolog of list element one to Global Name
  255. 05F0F MC: GC need 5 nibbles
  256. 05F2E Internal ->TAG (2:Any,1:Global Name/Local Name)
  257. 05F42 RPL Garbage Collect
  258. 05F61 Internal MEM (nibbles free) -> (1:System Binary)
  259. 0613E MC: garbage collext and set D
  260. 06537 MC: push R0 as new System Binary
  261. 06641 MC: pop stk1 (System Binary) into A.A
  262. 06657 Internal NEWOB
  263. 0670C MC: block copy (D0:src,D1:dst,C.A=nibbles)
  264. 0679B MC: save D0,D1,B,D (uses C,D0), clear carry
  265. 067D2 MC: restore D,B,D1,D0 (C=D0), clear carry
  266. 06806 MC: let C.A = free memory
  267. 06A8E Let C.A = C.A / 5
  268. 06AD8 MC: A = malloc(C nibbles) ??
  269. 06AE3 A=malloc(C Nibbles)
  270. 06B00 A=malloc(B Nibbles) (C.A=free nibbles)
  271. 06E8E No Operation (continue RPL)
  272. 06E97 Place next object on stack (unevaluated)
  273. 06EC9 MC: push A.A (pointer) and continue RPL
  274. 06ECE MC: push A.A onto stack and continue RPL
  275. 06EEB Get next object in previous stream (unevaluated)
  276. 06F03 MC: D0,C=RSTK, push A.A (pointer) and continue RPL
  277. 06F0C MC: D0,C=RSTK, if A.A = 03130 (RPL return), then push unevaluated null program, else push A.A (ptr)
  278. 06F1E MC: D0,C=RSTK, push unevaluated null program
  279. 06F8E Internal EVAL (1:Any except Algebraic/List/Tagged)
  280. 06F9F evaluate contents of composite object
  281. 06FB7 iterate loop (pop back)
  282. 06FBC MC: interate loop (pop back) and continue RPL
  283. 06FD1 Return and execute the next object in this stream
  284. 06FD6 MC: return and execute the next object in this stream
  285. 070C3 pop stk3/2/1, if stk3 = True, then eval stk2, else eval stk1
  286. 070FD if pop stk2 != True, then DROP stk1
  287. 0712A if pop stk1 = True, then skip
  288. 0714D skip next object
  289. 07152 MC: skip next object and continue RPL
  290. 0715C skip next two objects
  291. 07161 MC: skip next two objects and continue RPL
  292. 0716B set return to self
  293. 07170 MC: set return to self and continue RPL
  294. 0717B MC: set return to A and continue RPL
  295. 071A2 start loop (set return to self)
  296. 071AB exit loop
  297. 071B0 MC: exit loop and continue RPL
  298. 071BE MC: continue RPL
  299. 071C8 if pop stk1 = False, then exit loop, else iterate loop
  300. 071CD MC: if pop stk1 = False, then exit loop, else iterate loop
  301. 071E5 exit loop
  302. 071EE if pop stk1 = False, then skip next two objects and iterate
  303. 07211 MC: skip next two objects and iterate
  304. 07221 push loop counter as System Binary
  305. 0722A MC: push @D0 as System Binary, restore D0 and continue RPL
  306. 07249 push loop end value as System Binary
  307. 07258 push loop info+25 as System Binary
  308. 07264 push loop info+30 as System Binary
  309. 07270 store stk1 (System Binary) into loop counter
  310. 07282 MC: store C.A into @D0, D0=A and continue RPL
  311. 07295 store stk1 (System Binary) into loop end value
  312. 072A7 MC: store C.A into @D0+5, D0=A and continue RPL
  313. 072AD store stk1 (System Binary) into loop info+25
  314. 072C2 store stk1 (System Binary) into loop info+30
  315. 072D7 MC: A=orig D0, C=ptr to loop info, D0=ptr to loop counter
  316. 072EC MC: A=orig D0, C=ptr to loop info, D0=ptr to loop info+25
  317. 07334 next (internal loop)
  318. 073C3 for 0 to stk1-1 (1:System Binary)
  319. 073CE for 1 to stk1-1 (1:System Binary)
  320. 073DB for 1 to stk1 (1:System Binary)
  321. 073F7 for stk1 to stk2-1 (2:System Binary,1:System Binary)
  322. 074D0 store local variables (N:Any,...,1:List(of Local Names))
  323. 074E4 store local variables (M:Any,...N:Local Name,...1:System Binary)
  324. 076AE Internal DETACH from HOME directory (1:System Binary)
  325. 07709 Internal ATTACH to HOME directory (1:System Binary)
  326. 0797B recall (1:Global Name/Local Name) -> (2:contents,1:True/False)
  327. 07B5E MC: build XLIB Name (R2=lib#,R3=obj#), restore regs
  328. 07BDE MC: save regs, get stk1 (masked System Binary) into A.A
  329. 07C2F MC: push True and continue RPL
  330. 07D27 Internal STO (2:Any,1:Local Name)
  331. 07E50 Internal ->XLIB (2:library#,1:object#) (System Binary)
  332. 07E76 Internal RPL->XLIB
  333. 07E99 Internal XLIB->RPL (1:XLIB Name)
  334. 07EC4 MC: restore regs, replace stk1 w/False and continue RPL
  335. 07EDE MC: XLIB->RPL (A.A = ptr XLIB Name) -> (A.A = ptr RPL object)
  336. 07F10 MC: A.A = adr of A.X library's A.X object (set carry of none)
  337. 07F98 get attachments (1:Directory) -> (2:List,1:True/False)
  338. 08072 MC: restore regs, replace stk1 w/RPL object, push True and continue RPL
  339. 08101 get hash table (1:System Binary) -> (2:hash tbl,1:True/False)
  340. 08109 MC: get hash/message table into A.A
  341. 08118 MC XFER: restore regs, replace stk1 w/RPL object, push True and continue RPL
  342. 0811C get message table (1:System Binary) -> (2:msg tbl,1:True/False)
  343. 08128 get link table (1:System Binary) -> (2:link tbl,1:True/False)
  344. 0813F MC XFER: restore regs, replace stk1 w/RPL object, push True and continue RPL
  345. 08143 get config code (1:System Binary) -> (2:config code,1:True/False)
  346. 081A8 MC XFER: restore regs, replace stk1 w/False and continue RPL
  347. 081B9 get library name (1:System Binary) -> (1:Global Name,1:True/False)
  348. 08207 Command to Global Name (with True/False)
  349. 0821F XLIB Name to Global Name (with True/False)
  350. 082E3 get object name -> (1:Global Name)
  351. 08309 recall parent directory (1:Directory) -> (2:Directory,1:True/False)
  352. 08322 MC XFER: restore regs, replace stk1 w/RPL Object, push True and continue RPL
  353. 083D1 MC: get parent dir (carry if HOME)
  354. 0843A MC: D0 = adr of A.X library (set carry if not found)
  355. 08463 MC: D0 = short library adr, RTNCC
  356. 084DF MC: D0 = adr of A.X library's link table (ST11=0) or config code (ST11=1) (set carry if none)
  357. 08CCC Internal XLIB-> (1:XLIB Name) -> (2:library#,1:object#) (System Binary)
  358. 08D08 save Current Directory
  359. 08D14 MC: save stk1 (pointer) into @C.A
  360. 08D1C MC: save A.A into @C.A
  361. 08D2F MC: clear @C.A
  362. 08D35 MC: if @C.A = 0 -> True/False, continue RPL
  363. 08D4A save Temp Directory
  364. 08D5A recall Current Directory
  365. 08D66 MC: push @C.A onto stack
  366. 08D75 MC: execute @C.A (pointer)
  367. 08D82 recall Temp Directory
  368. 08D92 set Current Directory to HOME Directory
  369. 08D9E MC: set @C.A to HOME Directory
  370. 08DC4 set Temp Directory to HOME Directory
  371. 08DD4 if pop stk1 = HOME directory -> True/False
  372. 08E0F Deep internal CRDIR
  373. 09723 MC: restore D1 from C and continue RPL
  374. 09730 clear ptrs to User Keys and Alarm List
  375. 0BB40 Configuration code for library 000 (XLIB 0)
  376. 0BE16 Library 019 (XLIB 25) (short)
  377. 0C4EC get message (2:msg#,1:msg tbl) -> (2:msg text,1:True/False)
  378. 0CAC0 Library 00D (XLIB 13) (short)
  379. 0CBAE Error: Nonexistent Alarm
  380. 0CBB7 MC: Error: Invalid Date
  381. 0CBC4 MC: Error: Invalid Time
  382. 0CBD1 MC: Error: Invalid Repeat
  383. 0CBDE MC: Error: Nonexistent Alarm
  384. 0CBE3 MC: invoke error code in C.X
  385. 0CBEF MC: P=0, SETHEX, restore registers, clear carry
  386. 0CBFA Internal TIME
  387. 0CC0E Internal DATE
  388. 0CC32 MC XFER: push A.W as Real Number, restore regs and continue RPL
  389. 0CC39 Internal DDAYS
  390. 0CC5B Internal DATE+
  391. 0CCE2 MC XFER: Error: Invalid Date
  392. 0CD2B Internal ->DATE
  393. 0CD3F Internal CLKADJ
  394. 0CD53 Internal ->TIME
  395. 0CF15 MC XFER: save D0,D1,B,D (uses C,D0), clear carry
  396. 0CF1C MC XFER: allocate string
  397. 0CF5B date to day-of-week (1:Binary Integer)
  398. 0CFD9 date to string (1:Real Number)
  399. 0D06A time to string (1:Real Number)
  400. 0D18A Deep internal WSLOG (1:System Binary)
  401. 0D2A3 Internal WSLOG
  402. 0D2D5 if Clock Display active (-40) -> True/False
  403. 0D2E9 MC XFER: let C(13) = TICKS
  404. 0D2F0 date to day-of-week (1:Real Number)
  405. 0D304 Internal TSTR (2:Real Number,1:Real Number)
  406. 0D318 ' ' 0x20 (Character)
  407. 0D333 ' ' 0x20 (Character)
  408. 0DDA8 Internal ACKALL
  409. 0DDC1 Internal ACK
  410. 0DEF7 store into 'Alarms' (1:Any)
  411. 0DF01 'Alarms' (Global Name)
  412. 0DF1E recall 'Alarms' ->(2:contents,1:True/False)
  413. 0DF28 'Alarms' (Global Name)
  414. 0DF66 if list element 2 is not a String -> True/False
  415. 0E1D8 Convert internal alarm into external alarm
  416. 0E235 Recall 'Alarms' list
  417. 0E3DF Internal RCLALARM
  418. 0E402 Recall N'th Alarm (1:System Binary) -> (Alarm/True,False)
  419. 0E47A 'M' (Local Name)
  420. 0E483 'N' (Local Name)
  421. 0E4A0 'M' (Local Name)
  422. 0E4AE 'N' (Local Name)
  423. 0E4C1 'M' (Local Name)
  424. 0E524 ""
  425. 0E5C6 ""
  426. 0E724 Internal DELALARM
  427. 0E84F MC: continue RPL
  428. 0E87B MC XFER: restore D,B,D1,D0 (c=D0), clear carry
  429. 0EAD7 Internal FINDALARM (1:Real Number)
  430. 0EB31 Internal FINDALARM (1:List)
  431. 0EB81 Internal TICKS
  432. 0EBEE if 'Alarms' list is not empty -> True/False
  433. 0EDB9 create Binary Integer (13 nibbles)
  434. 0EDCD create Binary Integer (24 nibbles)
  435. 0EDE1 allocate Binary Integer (1:System Binary)
  436. 0EE50 date to ticks (1:Real Number)
  437. 0EEB0 MC: store R0(13) into existing stk1 Binary Integer(13) and continue RPL
  438. 0EFEE 8192 (ticks per second)
  439. 0F003 491520 (ticks per minute)
  440. 0F018 29491200 (ticks per hour)
  441. 0F02D 707788800 (ticks per day)
  442. 0F042 4954521600 (ticks per week)
  443. 0F05E Library 00B (XLIB 11) (short)
  444. 0F33A Internal UNIT
  445. 0F34E Internal OBJ-> (1:Unit)
  446. 0F371 Internal CONVERT
  447. 0F561 Standardize units and then strip units (levels 1,2)
  448. 0F584 Internal == (2:Real Number/Unit,1:Real Number/Unit)
  449. 0F598 Internal != (2:Real Number/Unit,1:Real Number/Unit)
  450. 0F5AC Internal < (2:Real Number/Unit,1:Real Number/Unit)
  451. 0F5C0 Internal > (2:Real Number/Unit,1:Real Number/Unit)
  452. 0F5D4 Internal <= (2:Real Number/Unit,1:Real Number/Unit)
  453. 0F5E8 Internal >= (2:Real Number/Unit,1:Real Number/Unit)
  454. 0F5FC Internal ABS (1:Unit)
  455. 0F615 Internal NEG (1:Unit)
  456. 0F62E Internal SIN (1:Unit)
  457. 0F660 Internal COS (1:Unit)
  458. 0F674 Internal TAN (1:Unit)
  459. 0F6A2 Internal + (2:Real Number/Unit,1:Real Number/Unit)
  460. 0F774 Internal - (2:Real Number/Unit,1:Real Number/Unit)
  461. 0F792 Internal * (2:Real Number/Unit,1:Real Number/Unit)
  462. 0F823 Internal / (2:Real Number/Unit,1:Real Number/Unit)
  463. 0F841 Internal INV (1:Unit)
  464. 0F878 Internal ^ (2:Real Number/Unit,1:Real Number/Unit)
  465. 0F913 Internal SQ (1:Unit)
  466. 0F92C Internal sqrt (1:Unit)
  467. 0F945 Internal UBASE (1:Unit)
  468. 0FA53 { 1_kg 1_m 1_A 1_s 1_K 1_cd 1_mol 1_? }
  469. 0FA62 'k' 0x6B (Character)
  470. 0FA69 "g"
  471. 0FA8E "m"
  472. 0FAAE "A"
  473. 0FACE "s"
  474. 0FAEE "K"
  475. 0FB0E "cd"
  476. 0FB30 "mol"
  477. 0FB54 "?"
  478. 0FB6F Internal MAX (2:Real Number/Unit,1:Real Number/Unit)
  479. 0FB8D Internal MIN (2:Real Number/Unit,1:Real Number/Unit)
  480. 0FBAB Internal % (2:Unit,1:Real Number)
  481. 0FC3C Internal %CH (2:Real Number/Unit,1:Real Number/Unit)
  482. 0FCCD Internal %T (2:Real Number/Unit,1:Real Number/Unit)
  483. 0FCE6 Internal SIGN (1:Unit)
  484. 0FCFA Internal IP (1:Unit)
  485. 0FD0E Internal FP (1:Unit)
  486. 0FD22 Internal FLOOR (1:Unit)
  487. 0FD36 Internal CEIL (1:Unit)
  488. 0FD68 Internal RND (2:Unit,1:Real Number)
  489. 0FD8B Internal TRNC (2:Unit,1:Real Number)
  490. 10B5E * (unit operator)
  491. 10B68 / (unit operator)
  492. 10B72 ^ (unit operator)
  493. 10B7C Character prefix (unit operator)
  494. 10B86 _ (unit operator)
  495. 10F4D MC XFER: invoke error code in A.A
  496. 10F54 Error: Can't Edit Null Char.
  497. 10F59 MC: Error: Can't Edit Null Char.
  498. 10F64 Error: Invalid User Function
  499. 10F69 MC: Error: Invalid User Function
  500. 10F74 Error: No Current Equation
  501. 10F79 MC: Error: No Current Equation
  502. 10F80 MC: invoke error code in C.A
  503. 10F86 Error: Invalid Syntax
  504. 10F8B MC: Error: Invalid Syntax
  505. 10F96 Error: Invalid PPAR
  506. 10F9B MC: Error: Invalid PPAR
  507. 10FA6 Error: Non-Real Result
  508. 10FAB MC: Error: Non-Real Result
  509. 10FB6 Error: Unable to Isolate
  510. 10FBB MC: Error: Unable to Isolate
  511. 10FC6 Error: HALT Not Allowed
  512. 10FCB MC: Error: HALT Not Allowed
  513. 10FD6 Internal KILL
  514. 10FE6 Error: LAST STACK Disabled
  515. 10FEB MC: Error: LAST STACK Disabled
  516. 10FF6 Error: LAST CMD Disabled
  517. 10FFB MC: Error: LAST CMD Disabled
  518. 11006 Error: Wrong Argument Count
  519. 1100B MC: Error: Wrong Argument Count
  520. 11016 Error: Circular Reference
  521. 1101B MC: Error: Circular Reference
  522. 11026 Error: Directory Not Allowed
  523. 1102B MC: Error: Directory Not Allowed
  524. 11036 Error: Non-Empty Directory
  525. 1103B MC: Error: Non-Empty Directory
  526. 11046 Error: Invalid Definition
  527. 1104B MC: Error: Invalid Definition
  528. 11056 Error: Missing Library
  529. 1105B MC: Error: Missing Library
  530. 11066 Error: Name Conflict
  531. 1106B MC: Error: Name Conflict
  532. 11076 Internal CONT
  533. 11086 Configuration code for library 001 (XLIB 1)
  534. 110DB Clear UserKeys and UserKeys.CRC
  535. 11231 "1E"
  536. 112EC ?? save Last Arguments
  537. 113C2 get Stack Size (nibbles) as System Binary
  538. 114B3 MC: push @C.A as System Binary
  539. 114C9 MC: save stk1 (System Binary) into @C.A
  540. 11511 if PRG mode -> True/False
  541. 11585 MC: continue RPL
  542. 1158F Internal BLANK (2:System Binary,1:System Binary)
  543. 116AE MC XFER: restore D,B,D1,D0 (C=D0), clear carry and continue RPL
  544. 11FFF MC: @D1.A = A, continue RPL
  545. 123C2 MC XFER: restore D,B,D1,D0 (C=D0), clear carry and continue RPL
  546. 12635 get stack display (Graphic 131 x 56)
  547. 12655 get Stack Display (Graphic 131 x 56)
  548. 12665 get PICT (Graphic)
  549. 12671 MC: push @C (pointer) w/GC
  550. 127A7 split String at first <LF>
  551. 12FB2 XFER: Save D,B,D1,D0 (uses C)
  552. 1314D Internal TEXT
  553. 13161 MC XFER: restore D,B,D1,D0 (C=D0), clear carry and continue RPL
  554. 13D8C insert cursor (Graphic 6 x 10)
  555. 13DB4 overstrike cursor (Graphic 6 x 10)
  556. 1400E Internal ERR0
  557. 14039 Push Last Err# as System Binary
  558. 1404C Internal ERRN
  559. 14065 Internal ERRM
  560. 14088 Internal ->STR (1:Any)
  561. 140AB Internal DISP (2:Any,1:Real Number)
  562. 140F1 Internal CHR (1:Real Number)
  563. 1410F Internal NUM (1:String)
  564. 14137 Internal STR-> (1:String)
  565. 1415A Internal BEEP (2:Real Number,1:Real Number)
  566. 141B2 Internal BEEP (System Binary) (2:msec,1:Hz)
  567. 141DE MC XFER: save D0,D1,B,D (uses C,D0), clear carry
  568. 14203 MC XFER: restore D,B,D1,D0 (C=D0), clear carry and continue RPL
  569. 1420A Internal > (2:String,1:String)
  570. 142A6 Internal < (2:String,1:String)
  571. 142BA Internal >= (2:String,1:String)
  572. 142E2 Internal <= (2:String,1:String)
  573. 142FB Internal FREEZE (1:Real Number)
  574. 14378 Internal HALT
  575. 1439B ''halt' (Local Name)
  576. 14483 ''nohalt' (Local Name)
  577. 15007 Internal DOERR (1:Real Number)
  578. 1501B Internal DOERR (1:Binary Integer)
  579. 1502F Internal DOERR (1:System Binary)
  580. 15048 Internal DOERR (1:String)
  581. 1506B if ''halt' (Local Name) exists -> True/False
  582. 15331 "NXEQ"
  583. 15442 ": "
  584. 15717 Internal STEQ (1:Any)
  585. 1572B Internal RCEQ
  586. 15744 Internal RCEQ -> Contents,True/False
  587. 15758 unevaluated 'EQ' (Global Name)
  588. 1576C 'EQ' (Global Name)
  589. 15777 unevaluated '' (Global Name)
  590. 15781 '' (Global Name)
  591. 1578D Internal ->NUM
  592. 1585F "EXPR="
  593. 158B9 "LEFT"
  594. 158E4 "RIGHT"
  595. 15911 "EXPR"
  596. 1592D Clear current command and verify DEPTH >= 1
  597. 15B31 Deep internal ->STR (1:Any)
  598. 15CBB get object type description (as String)
  599. 15CCF get object type (as String) and concatinate
  600. 15DF6 " \.x "
  601. 15E47 "GROB "
  602. 15F23 "C$ "
  603. 15FB5 "C# "
  604. 1613F Null String "" (RAM based)
  605. 161B2 "XLIB "
  606. 166E3 Internal FIX (1:System Binary)
  607. 166EF Internal SCI (1:System Binary)
  608. 166FB Internal ENG (1:System Binary)
  609. 16707 Internal STD
  610. 167E4 System Binary to decimal String (1:System Binary)
  611. 16BB2 "{"
  612. 16BEB "}"
  613. 16C42 "DIR"
  614. 16CA7 Error: Bad Argument Value
  615. 16CED "END"
  616. 16D25 ":"
  617. 17047 "Array of "
  618. 1795A copy stk1 (System Binary) into 70770.B
  619. 17980 push @70770.B as new System Binary
  620. 17DB4 "PICT"
  621. 183C4 make "0:" + name (1:Library/Backup)
  622. 183C9 "0:"
  623. 183EB get name (1:Library/Backup)
  624. 1848C Internal PATH
  625. 184E1 Internal CRDIR
  626. 184FA if pop type(stk1) = Directory, then Error: Directory Not Allowed
  627. 18513 Internal STO (2:Any,1:Global Name)
  628. 1854F Internal PURGE (1:Global Name)
  629. 18595 Internal PGDIR (1:Global Name)
  630. 186E8 Internal TVARS (1:Real Number)
  631. 18706 Internal TVARS (1:List)
  632. 18779 Internal VARS
  633. 1884D Clear current command
  634. 18873 Internal AND (2:String,1:String)
  635. 18887 Internal OR (2:String,1:String)
  636. 1889B Internal XOR (2:String,1:String)
  637. 188AF if copy SIZE(stk1) = SIZE(stk2) (String), then NEWOB/SWAP, else Bad Argument Value
  638. 188D2 Internal NOT (1:String)
  639. 188E6 Deep internal AND (2:String,1:String)
  640. 188F5 Deep internal OR (2:String,1:String)
  641. 18904 Deep internal XOR (2:String,1:String)
  642. 18961 Deep internal NOT (1:String)
  643. 189EA Library 002 (XLIB 2) (short)
  644. 18A01 Configuration code for library 002 (XLIB 2)
  645. 18A15 Save stack size and clear @706FD.S
  646. 18A1E Save current command, stack size, clear @706FD.S
  647. 18A27 MC: save stack size, clear @706FD.S and continue RPL
  648. 18A51 continue RPL
  649. 18A5B Save current command and verify DEPTH >= 3
  650. 18A68 Verify DEPTH >= 3
  651. 18A6D MC: verify DEPTH >= 3 and continue RPL
  652. 18A75 MC: verify DEPTH >= 3
  653. 18A80 Save current command and verify DEPTH >= 2
  654. 18A8D Verify DEPTH >= 2
  655. 18A92 MC: verify DEPTH >= 2 and continue RPL
  656. 18A9A MC: verify DEPTH >= 2
  657. 18AA5 Save current command and verify DEPTH >= 1
  658. 18AB2 Verify DEPTH >= 1
  659. 18AB7 MC: verify DEPTH >= 1 and continue RPL
  660. 18ABF MC: verify DEPTH >= 1
  661. 18AC6 MC: verify DEPTH >= C.S, expect P = 2*C.S - 1
  662. 18B6D Save current command and verify DEPTH >= 5
  663. 18B7A Verify DEPTH >= 5
  664. 18B7F MC: verify DEPTH >= 5 and continue RPL
  665. 18B87 MC: verify DEPTH >= 5
  666. 18B92 Save current command and verify DEPTH >= 4
  667. 18B9F Verify DEPTH >= 4
  668. 18BA4 MC: verify DEPTH >= 4 and continue RPL
  669. 18BAC MC: verify DEPTH >= 4
  670. 18C34 Save current command, check args, R->SB and verify stk1 < DEPTH-1
  671. 18C4A Check args, R->SB and verify stk1 < DEPTH-1
  672. 18C77 MC: save current command
  673. 18C92 Error: Undefined Name
  674. 18C97 MC: Error: Undefined Name
  675. 18CA2 Error: Bad Argument Value
  676. 18CA7 MC: Error: Bad Argument Value
  677. 18CB2 Error: Bad Argument Type
  678. 18CB7 MC: Error: Bad Argument Type
  679. 18CC2 Error: Too Few Arguments
  680. 18CC7 MC: Error: Too Few Arguments
  681. 18CCE MC: invoke error code in C.A
  682. 18CD7 ABS(Real) -> System Binary
  683. 18CEA Internal R->SB (1:Real Number)
  684. 18DBF Internal SB->R (1:System Binary)
  685. 18EBA Internal EVAL (1:Algebraic/List)
  686. 18ECE Save current command, verify DEPTH >= 1 and check args.
  687. 18EDF Save current command, verify DEPTH >= 2 and check args.
  688. 18EF0 Save current command, verify DEPTH >= 3 and check args.
  689. 18F01 Save current command, verify DEPTH >= 4 and check args.
  690. 18F12 Save current command, verify DEPTH >= 5 and check args.
  691. 18F23 Evaluate command without saving as current command
  692. 18F83 MC XFER: Error: Bad Argument Type
  693. 18F9D Check arguments for type (don't save D0)
  694. 18FA9 Check arguments for type - XFER
  695. 18FB2 Check arguments for type
  696. 18FB7 MC: check arguments for type
  697. 194BB verify Real Array (1:Array)
  698. 194F7 Internal R->SB, SWAP, R->SB, SWAP
  699. 1950B Internal SB->R, SWAP, SB->R, SWAP
  700. 19529 List of System Binary to List of Real Number (1 or 2 elements)
  701. 1957B ASR (XLIB 2 0)
  702. 1959B RL (XLIB 2 1)
  703. 195BB RLB (XLIB 2 2)
  704. 195DB RR (XLIB 2 3)
  705. 195FB RRB (XLIB 2 4)
  706. 1961B SL (XLIB 2 5)
  707. 1963B SLB (XLIB 2 6)
  708. 1965B SR (XLIB 2 7)
  709. 1967B SRB (XLIB 2 8)
  710. 1969B R->B (XLIB 2 9)
  711. 196BB B->R (XLIB 2 10)
  712. 196DB CONVERT (XLIB 2 11)
  713. 1971B UVAL (XLIB 2 12)
  714. 1974F UNIT (XLIB 2 13)
  715. 19771 UBASE (XLIB 2 14)
  716. 197A5 UFACT (XLIB 2 15)
  717. 197C8 Internal UFACT
  718. 197F7 TIME (XLIB 2 16)
  719. 19812 DATE (XLIB 2 17)
  720. 1982D TICKS (XLIB 2 18)
  721. 19848 WSLOG (XLIB 2 19)
  722. 19863 ACKALL (XLIB 2 20)
  723. 1987E ACK (XLIB 2 21)
  724. 1989E ->DATE (XLIB 2 22)
  725. 198BE ->TIME (XLIB 2 23)
  726. 198DE CLKADJ (XLIB 2 24)
  727. 198FE STOALARM (XLIB 2 25)
  728. 19928 RCLALARM (XLIB 2 26)
  729. 19948 FINDALARM (XLIB 2 27)
  730. 19972 DELALARM (XLIB 2 28)
  731. 19992 TSTR (XLIB 2 29)
  732. 199B2 DDAYS (XLIB 2 30)
  733. 199D2 DATE+ (XLIB 2 31)
  734. 19A72 'ALRMDAT' (Global Name)
  735. 19A91 { 0 "" 0 }
  736. 19AAB ""
  737. 19B1F 'ALRMDAT' (Global Name)
  738. 19DBE 'ALRMDAT' (Global Name)
  739. 19F4F "Rpt="
  740. 19F70 " week(s)"
  741. 19F8A " day(s)"
  742. 19FA2 " hour(s)"
  743. 19FBC " minute(s)"
  744. 19FDA " second(s)"
  745. 19FF8 " ticks"
  746. 1A105 CRDIR (XLIB 2 32)
  747. 1A125 PATH (XLIB 2 33)
  748. 1A140 HOME (XLIB 2 34)
  749. 1A15B UPDIR (XLIB 2 35)
  750. 1A16F Internal UPDIR
  751. 1A194 VARS (XLIB 2 36)
  752. 1A1AF TVARS (XLIB 2 37)
  753. 1A1D9 BYTES (XLIB 2 38)
  754. 1A1FC Internal BYTES (1:Any except Global Name)
  755. 1A265 Internal BYTES (1:Global Name)
  756. 1A2BC NEWOB (XLIB 2 39)
  757. 1A2DA if copy stk1 = ROM Object -> True/False
  758. 1A303 KILL (XLIB 2 40)
  759. 1A31E OFF (XLIB 2 41)
  760. 1A339 DOERR (XLIB 2 42)
  761. 1A36D ERR0 (XLIB 2 43)
  762. 1A388 ERRN (XLIB 2 44)
  763. 1A3A3 ERRM (XLIB 2 45)
  764. 1A3BE EVAL (XLIB 2 46)
  765. 1A3FE IFTE (XLIB 2 47)
  766. 1A4A3 Internal IFTE (3:Real Number,2:Any,1:Any)
  767. 1A4CD IFT (XLIB 2 48)
  768. 1A4F0 Internal IFT (2:Real Number,1:Any)
  769. 1A513 Internal IFT (2:Symbolic,1:Any)
  770. 1A52E SYSEVAL (XLIB 2 49)
  771. 1A547 Internal SYSEVAL (1:Binary Integer)
  772. 1A556 Internal SYSEVAL (1:System Binary)
  773. 1A584 DISP (XLIB 2 50)
  774. 1A5A4 FREEZE (XLIB 2 51)
  775. 1A5C4 BEEP (XLIB 2 52)
  776. 1A5E4 ->NUM (XLIB 2 53)
  777. 1A604 LASTARG (XLIB 2 54)
  778. 1A71F WAIT (XLIB 2 55)
  779. 1A738 Internal WAIT (1:Real Number)
  780. 1A7B5 Internal WAIT (timed) (1:Real Number)
  781. 1A7C9 Deep internal WAIT (timed) (1:Real Number)
  782. 1A7ED Deep internal WAIT (timed) (1:Binary Integer)
  783. 1A858 CLLCD (XLIB 2 56)
  784. 1A873 KEY (XLIB 2 57)
  785. 1A8BB CONT (XLIB 2 58)
  786. 1A8D8 = (XLIB 2 59)
  787. 1A995 NEG (XLIB 2 60)
  788. 1AA1F ABS (XLIB 2 61)
  789. 1AA6E CONJ (XLIB 2 62)
  790. 1AABD pi (XLIB 2 63)
  791. 1AADF MAXR (XLIB 2 64)
  792. 1AB01 MINR (XLIB 2 65)
  793. 1AB23 e (XLIB 2 66)
  794. 1AB45 i (XLIB 2 67)
  795. 1AB67 + (XLIB 2 68)
  796. 1AC93 Internal + (2:Any,1:List)
  797. 1ACA7 Internal + (2:String,1:Any)
  798. 1ACBB Internal + (2:Any,1:String)
  799. 1ACDD + (no operation) (XLIB 2 69)
  800. 1AD09 - (XLIB 2 70)
  801. 1ADEE * (XLIB 2 71)
  802. 1AF05 / (XLIB 2 72)
  803. 1B02D ^ (XLIB 2 73)
  804. 1B124 Internal ^ (2:Real Number,1:Real Number)
  805. 1B185 XROOT (XLIB 2 74)
  806. 1B1CA XROOT (XLIB 2 75)
  807. 1B278 INV (XLIB 2 76)
  808. 1B2DB ARG (XLIB 2 77)
  809. 1B30D Internal ARG (1:Real Number)
  810. 1B32A SIGN (XLIB 2 78)
  811. 1B374 sqrt (XLIB 2 79)
  812. 1B3F5 Internal sqrt (1:Real Number)
  813. 1B426 SQ (XLIB 2 80)
  814. 1B47B Internal SQ (1:Real Number)
  815. 1B48F Internal SQ (1:Complex Number)
  816. 1B4AC SIN (XLIB 2 81)
  817. 1B505 COS (XLIB 2 82)
  818. 1B55E TAN (XLIB 2 83)
  819. 1B5B7 SINH (XLIB 2 84)
  820. 1B606 COSH (XLIB 2 85)
  821. 1B655 TANH (XLIB 2 86)
  822. 1B6A4 ASIN (XLIB 2 87)
  823. 1B6EA Internal ASIN (1:Real Number)
  824. 1B72F ACOS (XLIB 2 88)
  825. 1B775 Internal ACOS (1:Real Number)
  826. 1B79C ATAN (XLIB 2 89)
  827. 1B7EB ASINH (XLIB 2 90)
  828. 1B830 ACOSH (XLIB 2 91)
  829. 1B86C Internal ACOSH (1:Real Number)
  830. 1B8A2 ATANH (XLIB 2 92)
  831. 1B8DE Internal ATANH (1:Real Number)
  832. 1B905 EXP (XLIB 2 93)
  833. 1B94F LN (XLIB 2 94)
  834. 1B995 Internal LN (1:Real Number)
  835. 1B9C6 LOG (XLIB 2 95)
  836. 1BA0C Internal LOG (1:Real Number)
  837. 1BA3D ALOG (XLIB 2 96)
  838. 1BA8C LNP1 (XLIB 2 97)
  839. 1BAC2 EXPM (XLIB 2 98)
  840. 1BB02 ! (XLIB 2 99)
  841. 1BB41 FACT (XLIB 2 100)
  842. 1BB6D IP (XLIB 2 101)
  843. 1BBA3 FP (XLIB 2 102)
  844. 1BBD9 FLOOR (XLIB 2 103)
  845. 1BC0F CEIL (XLIB 2 104)
  846. 1BC45 XPON (XLIB 2 105)
  847. 1BC71 MAX (XLIB 2 106)
  848. 1BCE3 MIN (XLIB 2 107)
  849. 1BD55 RND (XLIB 2 108)
  850. 1BDD1 TRNC (XLIB 2 109)
  851. 1BE4D MOD (XLIB 2 110)
  852. 1BE9C MANT (XLIB 2 111)
  853. 1BEC8 D->R (XLIB 2 112)
  854. 1BEF4 R->D (XLIB 2 113)
  855. 1BF1E ->HMS (XLIB 2 114)
  856. 1BF3E HMS-> (XLIB 2 115)
  857. 1BF5E HMS+ (XLIB 2 116)
  858. 1BF7E HMS- (XLIB 2 117)
  859. 1BF9E RNRM (XLIB 2 118)
  860. 1BFBE CNRM (XLIB 2 119)
  861. 1BFDE DET (XLIB 2 120)
  862. 1BFFE DOT (XLIB 2 121)
  863. 1C01E CROSS (XLIB 2 122)
  864. 1C03E RSD (XLIB 2 123)
  865. 1C060 % (XLIB 2 124)
  866. 1C0D7 %T (XLIB 2 125)
  867. 1C149 %CH (XLIB 2 126)
  868. 1C1B9 RAND (XLIB 2 127)
  869. 1C1D4 RDZ (XLIB 2 128)
  870. 1C1F6 COMB (XLIB 2 129)
  871. 1C236 PERM (XLIB 2 130)
  872. 1C274 SF (XLIB 2 131)
  873. 1C28D Internal SF (1:Real Number)
  874. 1C2B0 R->SB, if copy stk1 > 0 -> True/False
  875. 1C2D5 CF (XLIB 2 132)
  876. 1C2EE Internal CF (1:Real Number)
  877. 1C313 FS? (XLIB 2 133)
  878. 1C32C Internal FS? (1:Real Number)
  879. 1C331 Internal FS? (1:Real Number) -> True/False
  880. 1C360 FC? (XLIB 2 134)
  881. 1C379 Internal FC? (1:Real Number)
  882. 1C399 DEG (XLIB 2 135)
  883. 1C3B4 RAD (XLIB 2 136)
  884. 1C3CF GRAD (XLIB 2 137)
  885. 1C3EA FIX (XLIB 2 138)
  886. 1C403 Internal FIX (1:Real Number)
  887. 1C41E SCI (XLIB 2 139)
  888. 1C437 Internal SCI (1:Real Number)
  889. 1C452 ENG (XLIB 2 140)
  890. 1C46B Internal ENG (1:Real Number)
  891. 1C486 STD (XLIB 2 141)
  892. 1C4A1 FS?C (XLIB 2 142)
  893. 1C4BA Internal FS?C (1:Real Number)
  894. 1C4BF Internal FS?C (1:Real Number) -> True/False
  895. 1C4CE User flag set? and clear (1:System Binary) -> True/False
  896. 1C4EC System flag set? and clear (1:System Binary) -> True/False
  897. 1C520 FC?C (XLIB 2 143)
  898. 1C539 Internal FC?C (1:Real Number)
  899. 1C559 BIN (XLIB 2 144)
  900. 1C574 DEC (XLIB 2 145)
  901. 1C58F HEX (XLIB 2 146)
  902. 1C5AA OCT (XLIB 2 147)
  903. 1C5C5 STWS (XLIB 2 148)
  904. 1C5DE Internal STWS (1:Binary Integer)
  905. 1C5FE RCWS (XLIB 2 149)
  906. 1C619 RCLF (XLIB 2 150)
  907. 1C637 Internal recall System Flags
  908. 1C64E Internal recall User Flags
  909. 1C661 MC: push @D0 as Binary Integer (16 nibbles)
  910. 1C67F STOF (XLIB 2 151)
  911. 1C6A2 Internal STOF (1:List)
  912. 1C6CF Internal STOF (2:Binary Integer,1:Binary Integer)
  913. 1C6E3 Internal STOF (system) (1:Binary Integer)
  914. 1C6F7 Store user flags (1:Binary Integer)
  915. 1C731 Store system flags (1:Binary Integer)
  916. 1C783 ->LIST (XLIB 2 152)
  917. 1C79E R->C (XLIB 2 153)
  918. 1C7CA RE (XLIB 2 154)
  919. 1C819 IM (XLIB 2 155)
  920. 1C85C SUB (XLIB 2 156)
  921. 1C8BB Internal SUB (3:String,2:Real Number,1:Real Number)
  922. 1C8CF Internal SUB (3:List,2:Real Number,1:Real Number)
  923. 1C8EA REPL (XLIB 2 157)
  924. 1C95A LIST-> (XLIB 2 158)
  925. 1C973 explode composite object -> (N:...,1:Real Number)
  926. 1C98E C->R (XLIB 2 159)
  927. 1C9B8 SIZE (XLIB 2 160)
  928. 1CA0D Internal DROP and 1
  929. 1CA26 Internal SIZE (bytes) (1:sized object)
  930. 1CA3A Internal SIZE (1:composite object)
  931. 1CA4E Internal SIZE (1:Array)
  932. 1CA62 Internal SIZE (1:Graphic)
  933. 1CA85 Internal SIZE (1:Program/PICT)
  934. 1CAB4 POS (XLIB 2 161)
  935. 1CAD7 Internal POS (2:String,1:String)
  936. 1CAF0 Internal POS (2:List,1:Any)
  937. 1CB0B ->STR (XLIB 2 162)
  938. 1CB26 STR-> (XLIB 2 163)
  939. 1CB46 NUM (XLIB 2 164)
  940. 1CB66 CHR (XLIB 2 165)
  941. 1CB86 TYPE (XLIB 2 166)
  942. 1CB90 Internal TYPE (1:Any)
  943. 1CDB1 Internal TYPE (1:Array)
  944. 1CDD4 Internal TYPE (1:Program)
  945. 1CE28 VTYPE (XLIB 2 167)
  946. 1CE55 Internal VTYPE (1:Global Name/Local Name)
  947. 1CE82 Internal VTYPE (1:Tagged)
  948. 1CEE3 EQ-> (XLIB 2 168)
  949. 1CF2E Internal EQ-> (1:Algebraic)
  950. 1CF7B OBJ-> (XLIB 2 169)
  951. 1CFD0 Internal OBJ-> (1:Algebraic)
  952. 1D009 ->ARRY (XLIB 2 170)
  953. 1D02C Internal ->ARRY (1:Real Number)
  954. 1D040 Internal ->ARRY (1:List)
  955. 1D092 ARRY-> (XLIB 2 171)
  956. 1D0AB Internal ARRY-> (1:Array)
  957. 1D0DF RDM (XLIB 2 172)
  958. 1D10C Internal RDM (2:Array,1:List)
  959. 1D125 Internal RDM (2:Global Name,1:List)
  960. 1D152 Internal RDM (2:Local Name,1:List)
  961. 1D186 CON (XLIB 2 173)
  962. 1D1EA Internal CON (2:List,1:Real Number/Complex Number)
  963. 1D221 Internal CON (2:List,1:Complex Number)
  964. 1D23F Internal CON (2:Global Name,1:Real Number)
  965. 1D262 Internal CON (2:Global Name,1:Complex Number)
  966. 1D28A Internal CON (2:Local Name,1:Real Number)
  967. 1D2AD Internal CON (2:Local Name,1:Complex Number)
  968. 1D2DC IDN (XLIB 2 174)
  969. 1D313 Internal IDN (1:Real Number)
  970. 1D34A Internal IDN (1:Global Name)
  971. 1D36D Internal IDN (1:Local Name)
  972. 1D392 TRN (XLIB 2 175)
  973. 1D3BF Internal TRN (1:Global Name)
  974. 1D3E2 Internal TRN (1:Local Name)
  975. 1D407 PUT (XLIB 2 176)
  976. 1D484 Internal PUT (3:Global Name,2:Real Number/List,1:Any)
  977. 1D4DE Internal PUT (3:Array,2:Real Number/List,1:Real Number/Complex Number)
  978. 1D524 Internal PUT (3:List,2:Real Number/List,1:Any)
  979. 1D565 Internal PUT (3:Local Name,2:Real Number/List,1:Any)
  980. 1D5DF PUTI (XLIB 2 177)
  981. 1D65C Internal PUTI (3:Global Name,2:Real Number/List,1:Any)
  982. 1D6B6 Internal PUTI (3:Array,2:Real Number/List,1:Real Number/Complex Number)
  983. 1D701 Internal PUTI (3:List,2:Real Number/List,1:Any)
  984. 1D747 Internal PUTI (3:Local Name,2:Real Number/List,1:Any)
  985. 1D7C6 GET (XLIB 2 178)
  986. 1D825 Internal GET (2:Global Name/Local Name,1:Real Number/List)
  987. 1D86B Internal GET (2:Array,1:Real Number/List)
  988. 1D898 Internal GET (2:List,1:Real Number/List)
  989. 1D8C7 GETI (XLIB 2 179)
  990. 1D926 Internal GETI (2:Global Name/Local Name,1:Real Number/List)
  991. 1D96C Internal GETI (2:Array,1:Real Number/List)
  992. 1D9BC Internal GETI (2:List,1:Real Number/List)
  993. 1DD06 V-> (XLIB 2 180)
  994. 1DD29 Internal V-> (1:Complex Number)
  995. 1DD3D Internal V-> (1:Array)
  996. 1DE66 ->V2 (XLIB 2 181)
  997. 1DE7F Internal ->V2 (2:Real Number,1:Real Number)
  998. 1DEC2 ->V3 (XLIB 2 182)
  999. 1DEDB Internal ->V3 (3:Real Number,2:Real Number,1:Real Number)
  1000. 1E04A INDEP (XLIB 2 183)
  1001. 1E07E PMIN (XLIB 2 184)
  1002. 1E09E PMAX (XLIB 2 185)
  1003. 1E0BE AXES (XLIB 2 186)
  1004. 1E0E8 CENTR (XLIB 2 187)
  1005. 1E101 Internal CENTR (1:Real Number)
  1006. 1E126 RES (XLIB 2 188)
  1007. 1E150 *H (XLIB 2 189)
  1008. 1E170 *W (XLIB 2 190)
  1009. 1E190 DRAW (XLIB 2 191)
  1010. 1E1AB AUTO (XLIB 2 192)
  1011. 1E1C6 DRAX (XLIB 2 193)
  1012. 1E1E1 SCALE (XLIB 2 194)
  1013. 1E201 PDIM (XLIB 2 195)
  1014. 1E22B DEPND (XLIB 2 196)
  1015. 1E25F ERASE (XLIB 2 197)
  1016. 1E27A PX->C (XLIB 2 198)
  1017. 1E29A C->PX (XLIB 2 199)
  1018. 1E2BA GRAPH (XLIB 2 200)
  1019. 1E2D5 LABEL (XLIB 2 201)
  1020. 1E2F0 PVIEW (XLIB 2 202)
  1021. 1E31A PIXON (XLIB 2 203)
  1022. 1E344 PIXOFF (XLIB 2 204)
  1023. 1E36E PIX? (XLIB 2 205)
  1024. 1E398 LINE (XLIB 2 206)
  1025. 1E3C2 TLINE (XLIB 2 207)
  1026. 1E3EC BOX (XLIB 2 208)
  1027. 1E416 BLANK (XLIB 2 209)
  1028. 1E436 PICT (XLIB 2 210)
  1029. 1E456 GOR (XLIB 2 211)
  1030. 1E46A Internal GOR (3:Graphic,2:List,1:Graphic)
  1031. 1E488 Internal GOR (3:Graphic,2:Complex Number,1:Graphic)
  1032. 1E4A6 Internal GOR (3:PICT,2:List,1:Graphic)
  1033. 1E4C4 Internal GOR (3:PICT,2:Complex Number,1:Graphic)
  1034. 1E4E4 GXOR (XLIB 2 212)
  1035. 1E572 LCD-> (XLIB 2 213)
  1036. 1E58D ->LCD (XLIB 2 214)
  1037. 1E5AD ->GROB (XLIB 2 215)
  1038. 1E5D2 ARC (XLIB 2 216)
  1039. 1E606 TEXT (XLIB 2 217)
  1040. 1E621 XRNG (XLIB 2 218)
  1041. 1E641 YRNG (XLIB 2 219)
  1042. 1E661 FUNCTION (XLIB 2 220)
  1043. 1E681 CONIC (XLIB 2 221)
  1044. 1E6A1 POLAR (XLIB 2 222)
  1045. 1E6C1 PARAMETRIC (XLIB 2 223)
  1046. 1E6E1 TRUTH (XLIB 2 224)
  1047. 1E701 SCATTER (XLIB 2 225)
  1048. 1E721 HISTOGRAM (XLIB 2 226)
  1049. 1E741 BAR (XLIB 2 227)
  1050. 1E761 SAME (XLIB 2 228)
  1051. 1E783 AND (XLIB 2 229)
  1052. 1E7DD Internal AND (2:Real Number,1:Real Number)
  1053. 1E809 OR (XLIB 2 230)
  1054. 1E863 Internal OR (2:Real Number,1:Real Number)
  1055. 1E88F NOT (XLIB 2 231)
  1056. 1E8D9 Internal NOT (1:Real Number)
  1057. 1E8F6 XOR (XLIB 2 232)
  1058. 1E946 Internal XOR (2:Real Number,1:Real Number)
  1059. 1E972 == (XLIB 2 233)
  1060. 1EA30 Internal == (2:Any,1:Any)
  1061. 1EA44 Internal == (2:Tagged/Any,1:Tagged/Any)
  1062. 1EA6C Internal == (2:Real Number,1:Complex Number)
  1063. 1EA76 Internal == (2:Complex Number,1:Real Number)
  1064. 1EA9D != (XLIB 2 234)
  1065. 1EB51 Internal != (2:Any,1:Any)
  1066. 1EB65 Internal != (2:Tagged/Any,1:Tagged/Any)
  1067. 1EB8D Internal != (2:Real Number,1:Complex Number)
  1068. 1EB97 Internal != (2:Complex Number,1:Real Number)
  1069. 1EBBE < (XLIB 2 235)
  1070. 1EC40 Internal < (2:Real Number,1:Real Number)
  1071. 1EC5D > (XLIB 2 236)
  1072. 1ECDF Internal > (2:Real Number,1:Real Number)
  1073. 1ECFC <= (XLIB 2 237)
  1074. 1ED7E Internal <= (2:Real Number,1:Real Number)
  1075. 1ED9B >= (XLIB 2 238)
  1076. 1EE1D Internal >= (2:Real Number,1:Real Number)
  1077. 1EE38 OLDPRT (XLIB 2 239)
  1078. 1EE53 PR1 (XLIB 2 240)
  1079. 1EE6E PRSTC (XLIB 2 241)
  1080. 1EE89 PRST (XLIB 2 242)
  1081. 1EEA4 CR (XLIB 2 243)
  1082. 1EEBF PRVAR (XLIB 2 244)
  1083. 1EEEC Internal PRVAR (1:Tagged)
  1084. 1EF1E Internal PRVAR (1:List)
  1085. 1EF43 DELAY (XLIB 2 245)
  1086. 1EF63 PRLCD (XLIB 2 246)
  1087. 1EF7E delta (complete derivative) (XLIB 2 247)
  1088. 1EFD2 delta (stepwise derivative) (XLIB 2 248)
  1089. 1F047 Internal DROP2 and push 0
  1090. 1F0F5 Internal delta (stepwise derivative) (2:Algebraic,1:Symbolic)
  1091. 1F133 RCEQ (XLIB 2 249)
  1092. 1F14E STEQ (XLIB 2 250)
  1093. 1F16E ROOT (XLIB 2 251)
  1094. 1F1D4 integral (stack syntax) (XLIB 2 252)
  1095. 1F201 Internal integral (stack syntax)
  1096. 1F223 integral (algebraic syntax) (XLIB 2 253)
  1097. 1F27A Internal integral (algebraic syntax)
  1098. 1F2C9 Sigma (XLIB 2 254)
  1099. 1F354 | (stack syntax) (XLIB 2 255)
  1100. 1F38B Internal | (stack syntax) (2:Symbolic,1:List)
  1101. 1F3F3 | (algebraic syntax) (XLIB 2 256)
  1102. 1F500 QUOTE (XLIB 2 257)
  1103. 1F542 Internal QUOTE (1:Algebraic)
  1104. 1F55D APPLY (stack syntax) (XLIB 2 258)
  1105. 1F585 Internal APPLY (stack syntax) (2:List,1:Global Name/Local Name)
  1106. 1F5C5 APPLY (algebraic syntax) (XLIB 2 259)
  1107. 1F640 XLIB 2 260
  1108. 1F8CF Internal STO (2:Any,1:Algebraic)
  1109. 1F96F ''num' (Local Name)
  1110. 1F97E ''fcn' (Local Name)
  1111. 1F996 XLIB 2 261
  1112. 1F9AE XLIB 2 262
  1113. 1F9C4 ->Q (XLIB 2 263)
  1114. 1F9E9 ->Qpi (XLIB 2 264)
  1115. 1FA59 ^MATCH (XLIB 2 265)
  1116. 1FA8D vMATCH (XLIB 2 266)
  1117. 1FABA Internal ^MATCH (2:Real Number/Complex Number/Symbolic,1:List)
  1118. 1FACE Internal vMATCH (2:Real Number/Complex Number/Symbolic,1:List)
  1119. 1FAEB _ (XLIB 2 267)
  1120. 1FB31 Internal _ (1:Real Number/Unit)
  1121. 1FB5D RATIO (XLIB 2 268)
  1122. 1FB87 DUP (XLIB 2 269)
  1123. 1FBA2 DUP2 (XLIB 2 270)
  1124. 1FBBD SWAP (XLIB 2 271)
  1125. 1FBD8 DROP (XLIB 2 272)
  1126. 1FBF3 DROP2 (XLIB 2 273)
  1127. 1FC0E ROT (XLIB 2 274)
  1128. 1FC29 OVER (XLIB 2 275)
  1129. 1FC44 DEPTH (XLIB 2 276)
  1130. 1FC64 DROPN (XLIB 2 277)
  1131. 1FC7F DUPN (XLIB 2 278)
  1132. 1FC9A PICK (XLIB 2 279)
  1133. 1FCB5 ROLL (XLIB 2 280)
  1134. 1FCD0 ROLLD (XLIB 2 281)
  1135. 1FCEB CLEAR (XLIB 2 282)
  1136. 1FD0B STOSigma (XLIB 2 283)
  1137. 1FD2B CLSigma (XLIB 2 284)
  1138. 1FD46 RCLSigma (XLIB 2 285)
  1139. 1FD61 Sigma+ (XLIB 2 286)
  1140. 1FD8B Sigma- (XLIB 2 287)
  1141. 1FDA6 NSigma (XLIB 2 288)
  1142. 1FDC1 CORR (XLIB 2 289)
  1143. 1FDDC COV (XLIB 2 290)
  1144. 1FDF7 SigmaX (XLIB 2 291)
  1145. 1FE12 SigmaY (XLIB 2 292)
  1146. 1FE2D SigmaX^2 (XLIB 2 293)
  1147. 1FE48 SigmaY^2 (XLIB 2 294)
  1148. 1FE63 SigmaX*Y (XLIB 2 295)
  1149. 1FE7E MAXSigma (XLIB 2 296)
  1150. 1FE99 MEAN (XLIB 2 297)
  1151. 1FEB4 MINSigma (XLIB 2 298)
  1152. 1FECF SDEV (XLIB 2 299)
  1153. 1FEEA TOT (XLIB 2 300)
  1154. 1FF05 VAR (XLIB 2 301)
  1155. 1FF20 LR (XLIB 2 302)
  1156. 1FF34 "Intercept"
  1157. 1FF50 "Slope"
  1158. 1FF7A PREDV (XLIB 2 303)
  1159. 1FF9A PREDY (XLIB 2 304)
  1160. 1FFBA PREDX (XLIB 2 305)
  1161. 1FFDA XCOL (XLIB 2 306)
  1162. 1FFFA YCOL (XLIB 2 307)
  1163. 2001A UTPC (XLIB 2 308)
  1164. 2003A UTPN (XLIB 2 309)
  1165. 2005A UTPF (XLIB 2 310)
  1166. 2007A UTPT (XLIB 2 311)
  1167. 2009A COLSigma (XLIB 2 312)
  1168. 200C4 SCLSigma (XLIB 2 313)
  1169. 200F3 SigmaLINE (XLIB 2 314)
  1170. 2010E BINS (XLIB 3 315)
  1171. 20133 BARPLOT (XLIB 2 316)
  1172. 20167 HISTPLOT (XLIB 2 317)
  1173. 2018C SCATRPLOT (XLIB 2 318)
  1174. 201B1 LINFIT (XLIB 2 319)
  1175. 201D6 LOGFIT (XLIB 2 320)
  1176. 201FB EXPFIT (XLIB 2 321)
  1177. 20220 PWRFIT (XLIB 2 322)
  1178. 20234 set curve-fitting model in 'SigmaPAR' (1:model)
  1179. 2025E BESTFIT (XLIB 2 323)
  1180. 202CE SINV (XLIB 2 324)
  1181. 202F1 Internal SINV (1:Global Name)
  1182. 20314 Internal SINV (1:Local Name)
  1183. 2034D SNEG (XLIB 2 325)
  1184. 20370 Internal SNEG (1:Global Name)
  1185. 20393 Internal SNEG (1:Local Name)
  1186. 203CC SCONJ (XLIB 2 326)
  1187. 203EF Internal SCONJ (1:Global Name)
  1188. 20412 Internal SCONJ (1:Local Name)
  1189. 2044B STO+ (XLIB 2 327)
  1190. 20482 Internal STO+ (2:Any,1:Global Name/Local Name)
  1191. 20496 <644h>
  1192. 204C3 Internal STO+ (2:Global Name/Local Name,1:Any)
  1193. 20538 STO- (XLIB 2 328)
  1194. 20583 Internal STO- (2:Any,1:Global Name/Local Name)
  1195. 205A1 Internal STO- (2:Global Name/Local Name,1:Any)
  1196. 205BF Internal STO- (2:Array,1:Global Name)
  1197. 205E2 Internal STO- (2:Global Name,1:Array)
  1198. 2060C STO/ (XLIB 2 329)
  1199. 2066B Internal STO/ (2:Any,1:Global Name/Local Name)
  1200. 20689 Internal STO/ (2:Global Name/Local Name,1:Any)
  1201. 206A7 Internal STO/ (2:Global Name,1:Real Number/Complex Number)
  1202. 206E8 Internal STO/ (2:Array,1:Global Name)
  1203. 20729 Internal STO/ (2:Global Name,1:Array)
  1204. 20753 STO* (XLIB 2 330)
  1205. 207C6 Internal STO* (2:Any,1:Global Name/Local Name)
  1206. 207E4 Internal STO* (2:Global Name/Local Name,1:Any)
  1207. 20802 Internal STO* (2:Real Number/Complex Number,1:Global Name)
  1208. 2082A Internal STO* (2:Global Name,1:Real Number/Complex Number)
  1209. 2086B Internal STO* (2:Array,1:Global Name)
  1210. 208AC Internal STO* (2:Global Name,1:Array)
  1211. 208F4 INCR (XLIB 2 331)
  1212. 20917 Internal INCR (1:Global Name)
  1213. 20980 Internal INCR (1:Local Name)
  1214. 209AA DECR (XLIB 2 332)
  1215. 209CD Internal DECR (1:Global Name)
  1216. 209EB Internal DECR (1:Local Name)
  1217. 20A15 COLCT (XLIB 2 333)
  1218. 20A49 EXPAN (XLIB 2 334)
  1219. 20A7D RULES (XLIB 2 335)
  1220. 20A93 ISOL (XLIB 2 336)
  1221. 20AB3 QUAD (XLIB 2 337)
  1222. 20AD3 SHOW (XLIB 2 338)
  1223. 20B00 Internal SHOW (2:Symbolic,1:List)
  1224. 20B20 TAYLR (XLIB 2 339)
  1225. 20B40 RCL (XLIB 2 340)
  1226. 20B81 Internal RCL (1:Global Name/Local Name)
  1227. 20B9A Internal RCL (1:List (path/object))
  1228. 20CAD Internal RCL (1:PICT)
  1229. 20CCD STO (XLIB 2 341)
  1230. 20D65 DEFINE (XLIB 2 342)
  1231. 20D7E Internal DEFINE (1:Algebraic)
  1232. 20DBF Internal DEFINE (1:Global Name/Local Name)
  1233. 20E4B " "
  1234. 20EFE PURGE (XLIB 2 343)
  1235. 20F35 Internal PURGE (1:List)
  1236. 20F8A Internal PURGE (1:PICT)
  1237. 20FAA MEM (XLIB 2 344)
  1238. 20FD9 ORDER (XLIB 2 345)
  1239. 20FF2 Internal ORDER (1:List)
  1240. 210FC CLVAR (XLIB 2 346)
  1241. 2115D TMENU (XLIB 2 347)
  1242. 21196 MENU (XLIB 2 348)
  1243. 211B4 'CST' (Global Name)
  1244. 211E1 RCLMENU (XLIB 2 349)
  1245. 211FC PVARS (XLIB 2 350)
  1246. 2123A PGDIR (XLIB 2 351)
  1247. 2125A ARCHIVE (XLIB 2 352)
  1248. 21273 Internal ARCHIVE (1:Tagged)
  1249. 2127D "IO"
  1250. 2133C RESTORE (XLIB 2 353)
  1251. 2137F MERGE (XLIB 3 354)
  1252. 21398 Internal MERGE (1:Real Number)
  1253. 213D1 FREE (XLIB 2 355)
  1254. 21408 Internal FREE (2:Real Number/Global Name/Local Name,1:Real Number)
  1255. 2142D LIBS (XLIB 2 356)
  1256. 21448 ATTACH (XLIB 2 357)
  1257. 21461 Internal ATTACH (1:Real Number)
  1258. 2147C DETACH (XLIB 2 358)
  1259. 21495 Internal DETACH (1:Real Number)
  1260. 214A9 Internal R->SB and verify >= <100h> and != <700h>
  1261. 214F4 Internal STO (2:Any,1:Tagged)
  1262. 21530 Internal STO (do arg/type checks)
  1263. 215BF Internal STO (2:Library/Backup,1:Real Number)
  1264. 21638 if copy type(stk1) = Real Number, then do/return, else skip
  1265. 2164C Internal SWAP and False
  1266. 21660 deop level two object and True
  1267. 21761 Internal RCL (1:Tagged)
  1268. 217C7 Internal EVAL (1:Tagged)
  1269. 217F1 Internal PURGE (1:Tagged)
  1270. 2189D "ROM"
  1271. 218C6 "SYSRAM"
  1272. 21B2F Internal RESTORE (1:Backup)
  1273. 21B74 Internal FREE (2:List,1:Real Number)
  1274. 21C6F Internal ATTACH (1:System Binary)
  1275. 21CBA Internal ATTACH to non-HOME directory (2:Directory,1:System Binary)
  1276. 21CE5 Internal DETACH (1:System Binary)
  1277. 21D2B Internal DETACH from non-HOME directory (2:Directory,1:System Binary)
  1278. 21D54 Internal LIBS
  1279. 21E75 XMIT (XLIB 2 359)
  1280. 21E95 SRECV (XLIB 2 360)
  1281. 21EB5 OPENIO (XLIB 2 361)
  1282. 21ED5 CLOSEIO (XLIB 2 362)
  1283. 21EF0 SEND (XLIB 2 363)
  1284. 21F24 KGET (XLIB 2 364)
  1285. 21F62 RECN (XLIB 2 365)
  1286. 21F96 RECV (XLIB 2 366)
  1287. 21FB6 FINISH (XLIB 2 367)
  1288. 21FD1 SERVER (XLIB 2 368)
  1289. 21FEC CKSM (XLIB 2 369)
  1290. 2200C BAUD (XLIB 2 370)
  1291. 2202C PARITY (XLIB 2 371)
  1292. 2204C TRANSIO (XLIB 2 372)
  1293. 2206C KERRM (XLIB 2 373)
  1294. 22087 BUFLEN (XLIB 2 374)
  1295. 220A2 STIME (XLIB 2 375)
  1296. 220C2 SBRK (XLIB 2 376)
  1297. 220DD PKT (XLIB 2 377)
  1298. 2212D "IR"
  1299. 2213B "wire"
  1300. 2216B "binary"
  1301. 22181 "ASCII"
  1302. 221F9 "none "
  1303. 2220D "odd "
  1304. 2221F "even "
  1305. 22233 "mark "
  1306. 2226A "spc "
  1307. 22290 "invalid"
  1308. 22352 1200
  1309. 22367 2400
  1310. 2237C 4800
  1311. 22391 9600
  1312. 224CA INPUT (XLIB 2 378)
  1313. 224F4 ASN (XLIB 2 379)
  1314. 22514 STOKEYS (XLIB 2 380)
  1315. 22548 DELKEYS (XLIB 2 381)
  1316. 22586 RCLKEYS (XLIB 2 382)
  1317. 225A4 'S' (Global Name)
  1318. 225BE ->TAG (XLIB 2 383)
  1319. 225F5 Internal ->TAG (2:Any,1:String)
  1320. 22618 Internal ->TAG (2:Any,1:Real Number)
  1321. 22633 DTAG (XLIB 2 384)
  1322. 22647 Reference to hash table for library 002 (XLIB 2)
  1323. 22651 Link table for library 002 (XLIB 2)
  1324. 22DE7 Library 700 (XLIB 1792) (short)
  1325. 22DFE Reference to hash table for library 700 (XLIB 1792)
  1326. 22E08 Link table for library 700 (XLIB 1792)
  1327. 22EA3 Configuration code for library 700 (XLIB 1792)
  1328. 22EC3 IF (XLIB 1792 0)
  1329. 22ED7 "IF-prompt"
  1330. 22EFA THEN (XLIB 1792 1)
  1331. 22F22 Internal THEN (1:Real Number)
  1332. 22F4F Internal THEN (1:Symbolic)
  1333. 22FB5 ELSE (XLIB 1792 2)
  1334. 22FD5 END (XLIB 1792 3)
  1335. 22FEB -> (for Algebraics) (XLIB 1792 4)
  1336. 23033 WHILE (XLIB 1792 5)
  1337. 2305D REPEAT (XLIB 1792 6)
  1338. 23085 Internal REPEAT (1:Real Number)
  1339. 230A3 Internal REPEAT (1:Symbolic)
  1340. 230C3 DO (XLIB 1792 7)
  1341. 230ED UNTIL (XLIB 1792 8)
  1342. 23103 START (XLIB 1792 9)
  1343. 23144 Internal START (2:Real Number,1:Real Number)
  1344. 23167 Internal START (2:Real Number/Symbolic,1:Symbolic)
  1345. 23180 Internal START (2:Symbolic,1:Real Number)
  1346. 231A0 FOR (XLIB 1792 10)
  1347. 231E1 Internal FOR (2:Real Number,1:Real Number)
  1348. 23213 Internal FOR (2:Real Number/Symbolic,1:Symbolic)
  1349. 2322C Internal FOR (2:Symbolic,1:Real Number)
  1350. 2324C NEXT (XLIB 1792 11)
  1351. 2326A Internal NEXT
  1352. 23380 STEP (XLIB 1792 12)
  1353. 233A8 Internal STEP (1:Symbolic)
  1354. 233C1 Internal STEP (1:Real Number)
  1355. 233DF IFERR (XLIB 1792 13)
  1356. 23472 HALT (XLIB 1792 14)
  1357. 2349C (XLIB 1792 15)
  1358. 234C1 -> (for Programs) (XLIB 1792 16)
  1359. 235FE >> (end local scope) (XLIB 1792 17)
  1360. 2361E << (XLIB 1792 18)
  1361. 23639 >> (XLIB 1792 19)
  1362. 23654 ' (XLIB 1792 20)
  1363. 23679 ' (XLIB 1792 21)
  1364. 23694 END (XLIB 1792 22)
  1365. 236B9 END (XLIB 1792 23)
  1366. 2371F THEN (XLIB 1792 24)
  1367. 2372E ''stop' (Local Name)
  1368. 2373F ''noname' (Local Name)
  1369. 23754 { ''noname' ''stop' }
  1370. 23768 ?? internal IF
  1371. 2378D CASE (XLIB 1792 25)
  1372. 237A8 THEN (XLIB 1792 26)
  1373. 23813 DIR (XLIB 1792 27)
  1374. 23824 PROMPT (XLIB 1792 28)
  1375. 2387E ''ioinprogress' (Local Name)
  1376. 23908 'st' (Local Name)
  1377. 23913 'ofs' (Local Name)
  1378. 23920 'tok' (Local Name)
  1379. 2394B 'st' (Local Name)
  1380. 23956 'ofs' (Local Name)
  1381. 23963 'tok' (Local Name)
  1382. 24A2D 'i' (Local Name)
  1383. 24A36 'j' (Local Name)
  1384. 24A5D 'i' (Local Name)
  1385. 24A6B 'j' (Local Name)
  1386. 24B0A 'j' (Local Name)
  1387. 24B1D 'i' (Local Name)
  1388. 24B30 'i' (Local Name)
  1389. 24BB6 'j' (Local Name)
  1390. 24BD3 'i' (Local Name)
  1391. 24BE1 'i' (Local Name)
  1392. 2539A "TO"
  1393. 253A8 "DIR"
  1394. 253B8 ":"
  1395. 253C4 "ELSE"
  1396. 253D6 "END"
  1397. 253E6 "UNTIL"
  1398. 253FA "REPEAT"
  1399. 25410 "NEXT"
  1400. 25422 "STEP"
  1401. 25434 "THEN"
  1402. 25446 "."
  1403. 25678 "bodh"
  1404. 25A0B ''1' (Local Name)
  1405. 25A16 ''2' (Local Name)
  1406. 25A21 ''3' (Local Name)
  1407. 25A3B ''1' (Local Name)
  1408. 25A46 ''2' (Local Name)
  1409. 25A51 ''3' (Local Name)
  1410. 25CF5 "  "
  1411. 27224 if copy type(stk1) != Backup, then return and execute the next object in this stream, else skip
  1412. 27270 MC: if copy type(stk1) != C.A, then return and execute the next object in this stream, else skip
  1413. 272CD ''ttt' (Local Name)
  1414. 272DC ''str' (Local Name)
  1415. 272EB ''ofs' (Local Name)
  1416. 272FA ''tok' (Local Name)
  1417. 27309 ''rbv' (Local Name)
  1418. 27318 ''idfflg' (Local Name)
  1419. 2732D ''tmpop' (Local Name)
  1420. 27340 ''tmppdat' (Local Name)
  1421. 27357 ''ploc' (Local Name)
  1422. 27368 ''bv' (Local Name)
  1423. 27375 ''unbound' (Local Name)
  1424. 28A08 "SQRT"
  1425. 28A1A "SQ"
  1426. 28A28 "INV"
  1427. 28A38 Internal _ (1:Symbolic)
  1428. 2970A "Invalid Expression"
  1429. 29DB5 Library 003 (XLIB 3) (short)
  1430. 29E0C Error: Infinite Result
  1431. 29E11 MC: Error: Infinite Result
  1432. 29E46 MC: convert Long Real to Real Number (A/B to A)
  1433. 29FD0 MC: pop stk1 (Real Number) cvt'd to Long Real into A.A/A.S/B.W, save regs
  1434. 29FDA MC: pop stk1 (Real Number) into A.W, save regs
  1435. 29FF8 MC: pop stk2 and stk1 (Real Number) into A/B and C/D as Long Real, save regs
  1436. 2A002 MC: pop stk2 and stk1 (Real Number) into A.W and C.W. save regs
  1437. 2A060 MC: pop stk1 (Long Real) into A.A/A.S/B.W, save regs
  1438. 2A0B1 MC: pop stk2 and stk1 (Long Real) into A.A/A.S/B.W and C.A/C.S/D.W, save regs
  1439. 2A181 XFER: load regs D,B,D1,D0 (uses C)
  1440. 2A188 MC: push A.W as Real Number, restore regs
  1441. 2A235 MC: push A.A/A.S/B.W as Long Real, restore regs and continue RPL
  1442. 2A23D MC: push A.W as Real Number, restore regs and continue RPL
  1443. 2A241 MC: continue RPL
  1444. 2A24B MC: push A.A/A.S/B.W as Long Real, restore regs
  1445. 2A2B4 0
  1446. 2A2C9 1
  1447. 2A2DE 2
  1448. 2A2DF 2
  1449. 2A2F3 3
  1450. 2A308 4
  1451. 2A31D 5
  1452. 2A332 6
  1453. 2A347 7
  1454. 2A35C 8
  1455. 2A371 9
  1456. 2A386 -1
  1457. 2A39B -2
  1458. 2A3B0 -3
  1459. 2A3C5 -4
  1460. 2A3D1 5
  1461. 2A3DA -5
  1462. 2A3EF -6
  1463. 2A404 -7
  1464. 2A419 -8
  1465. 2A42E -9
  1466. 2A443 3.14159265359
  1467. 2A458 3.14159265358979 (Long Real)
  1468. 2A472 9.99999999999E499
  1469. 2A487 -9.99999999999E499
  1470. 2A49C 1.E-499
  1471. 2A4B1 -1.E-499
  1472. 2A4C6 0 (Long Real)
  1473. 2A4E0 1 (Long Real)
  1474. 2A4FA 2 (Long Real)
  1475. 2A514 3 (Long Real)
  1476. 2A52E 4 (Long Real)
  1477. 2A548 5 (Long Real)
  1478. 2A562 .1 (Long Real)
  1479. 2A57C .5 (Long Real)
  1480. 2A596 10 (Long Real)
  1481. 2A5B0 Internal LR->R (1:Long Real)
  1482. 2A5C1 Internal R->LR (1:Real Number)
  1483. 2A5D2 Internal DEG
  1484. 2A5F0 Internal RAD
  1485. 2A604 Internal GRAD
  1486. 2A622 Internal D->R (1:Real Number)
  1487. 2A62C .0174532925199433 (Long Real)
  1488. 2A655 Internal R->D (1:Real Number)
  1489. 2A673 Internal ->HMS (1:Real Number)
  1490. 2A68C Internal HMS-> (1:Real Number)
  1491. 2A6A0 Internal HMS+ (2:Real Number,1:Real Number)
  1492. 2A6C8 Internal HMS- (2:Real Number,1:Real Number)
  1493. 2A6DC Internal MAX (2:Long Real,1:Long Real)
  1494. 2A6F5 Internal MAX (2:Real Number,1:Real Number)
  1495. 2A70E Internal MIN (2:Real Number,1:Real Number)
  1496. 2A727 if pop stk1 < 0 (Long Real) -> True/False
  1497. 2A738 if pop stk1 < 0 (Real Number) -> True/False
  1498. 2A752 MC XFER: replace stk1 with False and continue RPL
  1499. 2A756 MC XFER: replace stk1 with True and continue RPL
  1500. 2A75A if pop stk1 = 0 (Long Real) -> True/False
  1501. 2A76B if pop stk1 = 0 (Real Number) -> True/False
  1502. 2A788 if pop stk1 > 0 (Long Real) -> True/False
  1503. 2A799 if pop stk1 > 0 (Real Number) -> True/False
  1504. 2A7BB if pop stk1 != 0 (Long Real) -> True/False
  1505. 2A7CF if pop stk1 != 0 (Real Number) -> True/False
  1506. 2A7E3 if pop stk1 >= 0 (Long Real) -> True/False
  1507. 2A7F7 if pop stk1 >= 0 (Real Number) -> True/False
  1508. 2A80B if pop stk1 <= 0 (Long Real) -> True/False
  1509. 2A843 MC: replace stk1 with False and continue RPL
  1510. 2A85D MC: replace stk1 with True and continue RPL
  1511. 2A871 if pop stk2 < stk1 (Real Number) -> True/False
  1512. 2A87F if pop stk2 > stk1 (Long Real) -> True/False
  1513. 2A88A if pop stk2 > stk1 (Real Number) -> True/False
  1514. 2A895 if pop stk2 >= stk1 (Long Real) -> True/False
  1515. 2A8A0 if pop stk2 >= stk1 (Real Number) -> True/False
  1516. 2A8AB if pop stk2 <= stk1 (Long Real) -> True/False
  1517. 2A8B6 if pop stk2 <= stk1 (Real Number) -> True/False
  1518. 2A8C1 if pop stk2 = stk1 (Real Number) -> True/False
  1519. 2A8D7 Internal SIGN (1:Real Number)
  1520. 2A8F0 Internal ABS (1:Long Real)
  1521. 2A900 Internal ABS (1:Real Number)
  1522. 2A910 Internal NEG (1:Long Real)
  1523. 2A920 Internal NEG (1:Real Number)
  1524. 2A930 Internal MANT (1:Real Number)
  1525. 2A943 Internal + (2:Long Real,1:Long Real)
  1526. 2A94F Internal - (2:Long Real,1:Long Real)
  1527. 2A95B Internal - (2:Real Number,1:Real Number) -> (1:Long Real)
  1528. 2A974 Internal + (2:Real Number,1:Real Number)
  1529. 2A981 Internal - (2:Real Number,1:Real Number)
  1530. 2A99A Internal * (2:Long Real,1:Long Real)
  1531. 2A9A6 Internal * (2:Real Number,1:Real Number) -> (1:Long Real)
  1532. 2A9AF MC: A:B * C:D (Long Real), push to stack and continue RPL
  1533. 2A9BC Internal * (2:Real Number,1:Real Number)
  1534. 2A9C9 Internal % (2:Real Number,1:Real Number)
  1535. 2A9E8 Internal / (2:Long Real,1:Long Real)
  1536. 2A9FE Internal / (2:Real Number,1:Real Number)
  1537. 2AA0B Internal %T (2:Real Number,1:Real Number)
  1538. 2AA30 Internal %CH (2:Real Number,1:Real Number)
  1539. 2AA92 Internal INV (1:Long Real)
  1540. 2AA9E Internal INV (1:Real Number) -> (1:Long Real)
  1541. 2AAAF Internal INV (1:Real Number)
  1542. 2AB1C Internal EXP (1:Long Real)
  1543. 2AB2F Internal EXP (1:Real Number)
  1544. 2AB42 Internal EXPM (1:Real Number)
  1545. 2AB81 Internal LOG (1:Real Number >= 0)
  1546. 2AB94 Internal LNP1 (1:Long Real)
  1547. 2ABA7 Internal LNP1 (1:Real Number)
  1548. 2ABBA Internal ALOG (1:Real Number)
  1549. 2ABDC Internal MOD (2:Real Number,1:Real Number)
  1550. 2ABEF Internal SIN (1:Real Number)
  1551. 2AC06 Internal SIN (1:Long Real)
  1552. 2AC27 Internal SIN (1:Long Real)
  1553. 2AC40 Internal COS (1:Real Number)
  1554. 2AC57 Internal COS (1:Long Real)
  1555. 2AC78 Internal COS (1:Long Real)
  1556. 2AC91 Internal TAN (1:Real Number)
  1557. 2ACA8 Internal TAN (1:Long Real)
  1558. 2AD21 Internal ATAN (1:Real Number)
  1559. 2AD95 Internal SINH (1:Long Real)
  1560. 2ADAE Internal SINH (1:Real Number)
  1561. 2ADC7 Internal COSH (1:Long Real)
  1562. 2ADDA Internal COSH (1:Real Number)
  1563. 2ADED Internal TANH (1:Real Number)
  1564. 2AE00 Internal ASINH (1:Real Number)
  1565. 2AE39 Internal XPON (1:Real Number)
  1566. 2AE62 Internal COMB (2:Real Number,1:Real Number)
  1567. 2AE75 Internal PERM (2:Real Number,1:Real Number)
  1568. 2AE9B MC XFER: pop stk1 (Real Number) into A.W, save regs
  1569. 2AEA2 MC XFER: pop stk1 (Real Number) cvt'd to Long Real into A.A/A.S/B.W, save regs
  1570. 2AEA9 MC XFER: pop stk2 and stk1 (Real Number) into A/B and C/D as Long Real, save regs
  1571. 2AEB0 MC XFER: pop stk1 (Long Real) into A.A/A.S/B.W, save regs
  1572. 2AEB7 MC XFER: pop stk2 and stk1 (Long Real) into A.A/A.S/B.W and C.A/C.S/D.W, save regs
  1573. 2AED0 MC XFER: push A.A/A.S/B.W as Long Real, restore regs and continue RPL
  1574. 2AEDB MC: cvt Long Real to Real Number, push to stk and continue RPL
  1575. 2AEEF MC XFER: push A.W as Real Number, restore regs and continue RPL
  1576. 2AF27 Internal ->HMS (1:Long Real)
  1577. 2AF3A Internal HMS-> (1:Real Number) -> (1:Long Real)
  1578. 2AF4D Internal FP (1:Real Number)
  1579. 2AF60 Internal IP (1:Real Number)
  1580. 2AF73 Internal CEIL (1:Real Number)
  1581. 2AF86 Internal FLOOR (1:Real Number)
  1582. 2AF99 Internal FLOOR (1:Long Real)
  1583. 2AFC2 Internal RAND
  1584. 2B044 Internal RDZ (1:Real Number)
  1585. 2B07B Deep internal RDZ (1:Real Number)
  1586. 2B0C4 Internal ! (1:Real Number)
  1587. 2B529 Internal RND (2:Real Number,1:Real Number)
  1588. 2B53D Internal TRNC (2:Real Number,1:Real Number)
  1589. 2B674 MC: internal FP (Long Real)
  1590. 2B75E MC: internal CEIL (Long Real)
  1591. 2B767 MC: internal FLOOR (Long Real)
  1592. 2B91E MC: A:B * C:D (Long Real)
  1593. 2BBE2 MC: internal IP (Long Real)
  1594. 2BC4A MC: convert Real Number to Long Real (A to A/B)
  1595. 2BCA0 MC: convert Real Number to Long Real (A to A/B and C to C/D)
  1596. 2C088 Library 006 (XLIB 6) (short)
  1597. 2C09F Internal UTPN (3:Real Number,2:Real Number,1:Real Number)
  1598. 2C149 Internal UTPC (2:Real Number,1:Real Number)
  1599. 2C174 Internal UTPF (3:Real Number,2:Real Number,1:Real Number)
  1600. 2C19A Internal UTPT (2:Real Number,1:Real Number)
  1601. 2C1F3 Internal STOSigma (1:Any)
  1602. 2C1FD 'SigmaDAT' (Global Name)
  1603. 2C22F Internal CLSigma
  1604. 2C293 Internal RCLSigma -> Contents,True/False
  1605. 2C2AC Internal RCLSigma
  1606. 2C2D9 Internal Sigma+ (1:Real Number)
  1607. 2C32E Internal Sigma+ (1:Array)
  1608. 2C423 Internal Sigma-
  1609. 2C535 Internal NSigma
  1610. 2C558 Internal MAXSigma
  1611. 2C571 Internal MEAN
  1612. 2C58A Internal MINSigma
  1613. 2C5A3 Internal SDEV
  1614. 2C5BC Internal TOT
  1615. 2C5D5 Internal VAR
  1616. 2C684 Internal COLSigma (2:Real Number/Array,1:Real Number)
  1617. 2C6A2 store levels 1-5 into 'SigmaPAR'
  1618. 2C6C5 Internal XCOL (1:Real Number)
  1619. 2C6DE Internal YCOL (1:Real Number)
  1620. 2C738 'SigmaPAR' (Global Name)
  1621. 2C84B Internal CORR
  1622. 2C8F5 Internal COV
  1623. 2C94F Internal SigmaX
  1624. 2C963 Internal SigmaY
  1625. 2C977 Internal SigmaX^2
  1626. 2C99A Internal SigmaY^2
  1627. 2C9BD Internal SigmaX*Y
  1628. 2CA30 Internal LR
  1629. 2CB02 Internal PREDY (1:Real Number)
  1630. 2CB75 Internal PREDX (1:Real Number)
  1631. 2D2E6 Error: Nonexistent SigmaDAT
  1632. 2D2EB MC: Error: Nonexistent SigmaDAT
  1633. 2D342 Library 00C (XLIB 12) (short)
  1634. 2D37C "p% @-# 1"
  1635. 2D3A0 ''PKNO' (Local Name)
  1636. 2D3B1 ''PACKET' (Local Name)
  1637. 2D3C6 ''RETRY' (Local Name)
  1638. 2D3D9 ''ERRMSG' (Local Name)
  1639. 2D3EE ''KP' (Local Name)
  1640. 2D3FB ''LNAME' (Local Name)
  1641. 2D40E ''OBJ' (Local Name)
  1642. 2D41D ''OPOS' (Local Name)
  1643. 2D42E ''EXCHP' (Local Name)
  1644. 2D45A ''KLIST' (Local Name)
  1645. 2D46D ''KMODE' (Local Name)
  1646. 2D480 ''KPTRN' (Local Name)
  1647. 2D493 ''KRM' (Local Name)
  1648. 2D4A2 ''MaxR' (Local Name)
  1649. 2D816 Internal RECN (1:String/Global Name/Local Name)
  1650. 2D9F5 Internal SERVER
  1651. 2DF88 ":."
  1652. 2E4F0 "<CR><LF>"
  1653. 2E5AB Internal SEND (1:Global Name/Local Name)
  1654. 2E6EB Internal SEND (1:List)
  1655. 2E7EF Internal KGET (1:String/Global Name/Local Name)
  1656. 2E835 Internal KGET (1:List)
  1657. 2E876 Internal FINISH
  1658. 2E87B "F"
  1659. 2E887 "G"
  1660. 2E8B1 "R"
  1661. 2E8D1 Internal PKT (2:String,1:String)
  1662. 2E9D5 'IOPAR' (Global Name)
  1663. 2EA59 'IOPAR' (Global Name)
  1664. 2EC11 ABS(IP(Real Number)) -> System Binary
  1665. 2EC84 Internal BAUD (1:Real Number)
  1666. 2ECCA Internal PARITY (1:Real Number)
  1667. 2ED10 Internal TRANSIO (1:Real Number)
  1668. 2ED4C Internal CKSM (1:Real Number)
  1669. 2EDA6 Internal KERRM
  1670. 2EDE1 Internal BUFLEN
  1671. 2EDF5 Internal STIME (1:Real Number)
  1672. 2EE18 Internal SBRK
  1673. 2EE6F Internal XMIT (1:String)
  1674. 2EE97 Internal SRECV (1:Real Number)
  1675. 2F162 "%%HP:"
  1676. 2F211 ''KML' (Local Name)
  1677. 2F46E ''KEOF' (Local Name)
  1678. 30794 Binary file header (HPHP48-B)
  1679. 30B22 "~* @-#Y"
  1680. 315C6 Internal CLOSEIO
  1681. 31868 Internal CR
  1682. 318A4 Internal PRSTC
  1683. 318FE Internal PR1
  1684. 31A25 Internal PRST
  1685. 31C37 ''IWrap' (Local Name)
  1686. 31D26 "    "
  1687. 31D56 Internal PRVAR (1:Global Name/Local Name)
  1688. 31DAB Internal OLDPRT
  1689. 31EE2 Internal PRLCD
  1690. 31F87 'PRTPAR' (Global Name)
  1691. 31FB8 'PRTPAR' (Global Name)
  1692. 31FFD Internal DELAY (1:Real Number)
  1693. 320B1 80
  1694. 32341 "."
  1695. 32F60 Library 00A (XLIB 10) (short)
  1696. 32F77 Internal ROOT (3 args)
  1697. 34105 "+  "
  1698. 34115 "-  "
  1699. 3412F "?  "
  1700. 34D30 '' (Local Name)
  1701. 34DBB ''symb' (Global Name)
  1702. 35506 Library 005 (XLIB 5) (short)
  1703. 35CAE Internal CON (2:List,1:Real Number)
  1704. 35D35 Internal IDN (1:Array)
  1705. 35DEB Internal NEG (1:Array)
  1706. 35E2C Internal RND (2:Array,1:Real Number)
  1707. 35EA9 Internal TRNC (2:Array,1:Real Number)
  1708. 35EC2 Internal RND (2:Complex Number,1:Real Number)
  1709. 35F17 Internal TRNC (2:Complex Number,1:Real Number)
  1710. 35F30 Internal CONJ (1:Array)
  1711. 35F8F Internal RE (1:Array)
  1712. 35FEE Internal IM (1:Array)
  1713. 36039 Internal R->C (2:Array,1:Array)
  1714. 360B6 Internal C->R (1:Array)
  1715. 36115 Internal + (2:Array,1:Array)
  1716. 36278 Internal - (2:Array,1:Array)
  1717. 362DC Internal * (2/1:Real Number/Complex Number,1/2:Array)
  1718. 363CC Internal / (2:Array,1:Real Number/Complex Number)
  1719. 36435 Internal SQ (1:Array)
  1720. 3643F Internal * (2:Array,1:Array)
  1721. 365AC Internal RSD (3:Array,2:Array,1:Array)
  1722. 366F6 Internal DOT (2:Array,1:Array)
  1723. 36782 Internal CROSS (2:Array,1:Array)
  1724. 368E5 Internal RNRM (1:Array)
  1725. 368F9 Internal CNRM (1:Array)
  1726. 3690D Internal RNRM... (1:Array)
  1727. 369CB Internal ABS (1:Array)
  1728. 36A2A Internal DET (1:Array)
  1729. 36B0B Internal INV (1:Array)
  1730. 36B60 Internal / (2:Array,1:Array)
  1731. 36BF6 '#a' (Local Name)
  1732. 36C01 '#b' (Local Name)
  1733. 36C2F '#b' (Local Name)
  1734. 36C3F '#a' (Local Name)
  1735. 36CEF '#b' (Local Name)
  1736. 36D18 '#b' (Local Name)
  1737. 3811F Internal TRN (1:Array)
  1738. 38338 Library 0F0 (XLIB 240) (short)
  1739. 3834F Link table for library 0F0 (XLIB 240)
  1740. 38A3E ''SavedUI' (Local Name)
  1741. 3902C freeze status area
  1742. 39072 freeze menu area
  1743. 39207 freeze stack/command-line area
  1744. 39573 MC XFER: if 706c1c0 and c2 -> True/False, continue RPL
  1745. 39584 MC XFER: 706c1c0.1 or c2, continue RPL
  1746. 39595 MC XFER: 706c1c0.1 and not c2, continue RPL
  1747. 3970E if ''halt' exists, then "HALT", else ""; <27h>, <25h>, <38h>
  1748. 3971D "HALT"
  1749. 397D9 "1USR"
  1750. 397EB "USER"
  1751. 3982A "ALG"
  1752. 39862 "PRG"
  1753. 3998A " }"
  1754. 39A4C SWAP and Name to String (2:Global Name/Local Name,1:Any)
  1755. 39B2D status area divider (Graphic 131 x 2)
  1756. 39F09 "1: "
  1757. 39F28 "   "
  1758. 39FF2 "."
  1759. 3A1FC Update menu display
  1760. 3A328 build normal menu key
  1761. 3A337 normal menu key (blank/inverse) (Graphic 21 x 8)
  1762. 3A38A build checked menu key
  1763. 3A399 checked menu key (blank/inverse) (Graphic 21 x 8)
  1764. 3A3FB direcotory menu key (blank/inverse) (Graphic 21 x 8)
  1765. 3A45D solver menu key (blank) (Graphic 21 x 8)
  1766. 3B234 entire menu list
  1767. 3B239 CST menu list (program)
  1768. 3B27F VAR menu list (program)
  1769. 3B284 MTH menu list
  1770. 3B29D "PARTS"
  1771. 3B2C0 "PROB"
  1772. 3B2E1 "HYP"
  1773. 3B300 "MATRX"
  1774. 3B323 "VECTR"
  1775. 3B346 "BASE"
  1776. 3B36C MTH PARTS menu list
  1777. 3B3E4 MTH PROB menu list
  1778. 3B420 MTH HYP menu list
  1779. 3B452 MTH MATRX menu list
  1780. 3B489 MTH VECTR menu list
  1781. 3B4CA MATH BASE menu list
  1782. 3B542 PRG menu list
  1783. 3B55B "STK"
  1784. 3B57A "OBJ"
  1785. 3B599 "DSPL"
  1786. 3B5BA "CTRL"
  1787. 3B5DB "BRCH"
  1788. 3B5FC "TEST"
  1789. 3B622 PRG STK menu list
  1790. 3B65E "DRPN"
  1791. 3B67F PRG OBJ menu list
  1792. 3B6F7 PRG DSPL menu list
  1793. 3B7E2 PRG CTRL menu list
  1794. 3B7EC "DBUG"
  1795. 3B80D "SST"
  1796. 3B82C "SSTdown"
  1797. 3B84D "NEXT"
  1798. 3B8B4 PRG BRCH menu list
  1799. 3B90E PRG TEST menu list
  1800. 3B972 PRINT menu list
  1801. 3B9A4 I/O menu list
  1802. 3BA03 I/O SETUP menu list
  1803. 3BA12 "IR/W"
  1804. 3BA33 "ASCII"
  1805. 3BB46 MODES menu list
  1806. 3BB6E "SYM"
  1807. 3BBB5 "BEEP"
  1808. 3BC0D "CNCT"
  1809. 3BC8D MODES Customization menu list
  1810. 3BCE7 MEMORY menu list
  1811. 3BD46 MEMORY Arithmetic menu list
  1812. 3BD7D LIBRARY menu list
  1813. 3BD82 PORT 0 menu list
  1814. 3BDAA PORT 1 menu list
  1815. 3BDD2 PORT 2 menu list
  1816. 3BDFA EDIT menu list
  1817. 3BE22 SOLVE menu list
  1818. 3BE3B "SOLVR"
  1819. 3BEB3 SOLVE SOLVR menu list
  1820. 3BEB8 PLOT menu list
  1821. 3BED1 "PLOTR"
  1822. 3BF30 "PTYPE"
  1823. 3BF76 "NEW"
  1824. 3BFA4 "EDEQ"
  1825. 3C001 "CAT"
  1826. 3C039 PLOT PTYPE menu list
  1827. 3C066 "HIST"
  1828. 3C0AF PLOT PLOTR menu list
  1829. 3C366 "RESET"
  1830. 3C483 ALGEBRA menu list
  1831. 3C4C9 TIME menu list
  1832. 3C4E2 "SET"
  1833. 3C529 "ADJST"
  1834. 3C574 "ALRM"
  1835. 3C671 TIME ADJST menu list
  1836. 3C67B "HR+"
  1837. 3C6A9 "HR-"
  1838. 3C6D7 "MIN+"
  1839. 3C707 "MIN-"
  1840. 3C737 "SEC+"
  1841. 3C767 "SEC-"
  1842. 3C79C TIME ALRM menu list
  1843. 3C7AB ">DATE"
  1844. 3C7CE ">TIME"
  1845. 3C7F1 "A/PM"
  1846. 3C812 "EXEC"
  1847. 3C851 "RPT"
  1848. 3C88E "SET"
  1849. 3C8D5 TIME ALRM RPT menu list
  1850. 3C8DF "WEEK"
  1851. 3C900 "DAY"
  1852. 3C91F "HOUR"
  1853. 3C940 "MIN"
  1854. 3C95F "SEC"
  1855. 3C97E "NONE"
  1856. 3C9B8 TIME SET menu list
  1857. 3C9C2 "->DATE"
  1858. 3C9E5 "->TIME"
  1859. 3CA08 "A/PM"
  1860. 3CA3D "12/24"
  1861. 3CA74 "M/D"
  1862. 3CAA7 STAT menu list
  1863. 3CB4C "NEW"
  1864. 3CB7A "EDITSigma"
  1865. 3CD96 STAT MODL menu list
  1866. 3CDA5 "LIN"
  1867. 3CDC4 "LOG"
  1868. 3CDE3 "EXP"
  1869. 3CE02 "PWR"
  1870. 3CE21 "BEST"
  1871. 3CE65 UNITS Catalog menu list
  1872. 3CE7E "LENG"
  1873. 3CE9F "AREA"
  1874. 3CEC0 "VOL"
  1875. 3CEDF "TIME"
  1876. 3CF00 "SPEED"
  1877. 3CF23 "MASS"
  1878. 3CF44 "FORCE"
  1879. 3CF67 "ENRG"
  1880. 3CF88 "POWR"
  1881. 3CFA9 "PRESS"
  1882. 3CFCC "TEMP"
  1883. 3CFED "ELEC"
  1884. 3D00E "ANGL"
  1885. 3D02F "LIGHT"
  1886. 3D066 "VISC"
  1887. 3D08C UNITS LENG menu list
  1888. 3D09B "m"
  1889. 3D0A7 "cm"
  1890. 3D0B5 "mm"
  1891. 3D0C3 "yd"
  1892. 3D0D1 "ft"
  1893. 3D0DF "in"
  1894. 3D0ED "Mpc"
  1895. 3D0FD "pc"
  1896. 3D10B "lyr"
  1897. 3D11B "au"
  1898. 3D129 "km"
  1899. 3D137 "mi"
  1900. 3D145 "nmi"
  1901. 3D155 "miUS"
  1902. 3D167 "chain"
  1903. 3D17B "rd"
  1904. 3D189 "fath"
  1905. 3D19B "ftUS"
  1906. 3D1AD "mil"
  1907. 3D1BD "mu"
  1908. 3D1C9 "Angstrom"
  1909. 3D1D5 "fermi"
  1910. 3D1F3 UNITS AREA menu list
  1911. 3D202 "m^2"
  1912. 3D212 "cm^2"
  1913. 3D224 "b"
  1914. 3D230 "yd^2"
  1915. 3D242 "ft^2"
  1916. 3D254 "in^2"
  1917. 3D266 "km^2"
  1918. 3D278 "ha"
  1919. 3D286 "a"
  1920. 3D292 "mi^2"
  1921. 3D2A4 "miUS^2"
  1922. 3D2BA "acre"
  1923. 3D2D6 UNITS VOL menu list
  1924. 3D2E5 "m^3"
  1925. 3D2F5 "st"
  1926. 3D303 "cm^3"
  1927. 3D315 "yd^3"
  1928. 3D327 "ft^3"
  1929. 3D339 "in^3"
  1930. 3D34B "l"
  1931. 3D357 "galUK"
  1932. 3D36B "galC"
  1933. 3D37D "gal"
  1934. 3D38D "qt"
  1935. 3D39B "pt"
  1936. 3D3A9 "ml"
  1937. 3D3B7 "cu"
  1938. 3D3C5 "ozfl"
  1939. 3D3D7 "ozUK"
  1940. 3D3E9 "tbsp"
  1941. 3D3FB "tsp"
  1942. 3D40B "bbl"
  1943. 3D41B "bu"
  1944. 3D429 "pk"
  1945. 3D437 "fbm"
  1946. 3D451 UNITS TIME menu list
  1947. 3D460 "yr"
  1948. 3D46E "d"
  1949. 3D47A "h"
  1950. 3D486 "min"
  1951. 3D496 "s"
  1952. 3D4A2 "Hz"
  1953. 3D4BA UNITS SPEED menu list
  1954. 3D4C9 "m/s"
  1955. 3D4D9 "cm/s"
  1956. 3D4EB "ft/s"
  1957. 3D4FD "kph"
  1958. 3D50D "mph"
  1959. 3D51D "knot"
  1960. 3D52F "c"
  1961. 3D53B "ga"
  1962. 3D553 UNITS MASS menu list
  1963. 3D562 "kg"
  1964. 3D570 "g"
  1965. 3D57C "lb"
  1966. 3D58A "oz"
  1967. 3D598 "slug"
  1968. 3D5AA "lbt"
  1969. 3D5BA "ton"
  1970. 3D5CA "tonUK"
  1971. 3D5DE "t"
  1972. 3D5EA "ozt"
  1973. 3D5FA "ct"
  1974. 3D608 "grain"
  1975. 3D61C "u"
  1976. 3D628 "mol"
  1977. 3D642 UNITS FORCE menu list
  1978. 3D651 "N"
  1979. 3D65D "dyn"
  1980. 3D66D "gf"
  1981. 3D67B "kip"
  1982. 3D68B "lbf"
  1983. 3D69B "pdl"
  1984. 3D6B5 UNITS ENRG menu list
  1985. 3D6C4 "J"
  1986. 3D6D0 "erg"
  1987. 3D6E0 "Kcal"
  1988. 3D6F2 "cal"
  1989. 3D702 "Btu"
  1990. 3D712 "ft*lbf"
  1991. 3D728 "therm"
  1992. 3D73C "MeV"
  1993. 3D74C "eV"
  1994. 3D764 UNITS POWR menu list
  1995. 3D773 "W"
  1996. 3D77F "hp"
  1997. 3D797 UNITS PRESS menu list
  1998. 3D7A6 "Pa"
  1999. 3D7B4 "atm"
  2000. 3D7C4 "bar"
  2001. 3D7D4 "psi"
  2002. 3D7E4 "torr"
  2003. 3D7F6 "mmHg"
  2004. 3D808 "inHg"
  2005. 3D81A "inH2O"
  2006. 3D838 UNITS TEMP menu list
  2007. 3D847 "\^oC"
  2008. 3D855 "\^oF"
  2009. 3D863 "K"
  2010. 3D86F "\^oR"
  2011. 3D887 UNITS ELEC menu list
  2012. 3D896 "V"
  2013. 3D8A2 "A"
  2014. 3D8AE "C"
  2015. 3D8BA "Omega"
  2016. 3D8C6 "F"
  2017. 3D8D2 "W"
  2018. 3D8DE "Fdy"
  2019. 3D8EE "H"
  2020. 3D8FA "mho"
  2021. 3D90A "S"
  2022. 3D916 "T"
  2023. 3D922 "Wb"
  2024. 3D93A UNITS ANGL menu list
  2025. 3D949 "\^o"
  2026. 3D955 "r"
  2027. 3D961 "grad"
  2028. 3D973 "arcmin"
  2029. 3D989 "arcs"
  2030. 3D99B "sr"
  2031. 3D9B3 UNITS LIGHT menu list
  2032. 3D9C2 "fc"
  2033. 3D9D0 "flam"
  2034. 3D9E2 "lx"
  2035. 3D9F0 "ph"
  2036. 3D9FE "sb"
  2037. 3DA0C "lm"
  2038. 3DA1A "cd"
  2039. 3DA28 "lam"
  2040. 3DA42 UNITS RAD menu list
  2041. 3DA51 "Gy"
  2042. 3DA5F "rad"
  2043. 3DA6F "rem"
  2044. 3DA7F "Sv"
  2045. 3DA8D "Bq"
  2046. 3DA9B "Ci"
  2047. 3DAA9 "R"
  2048. 3DABF UNITS VISC menu list
  2049. 3DACE "P"
  2050. 3DADA "St"
  2051. 3DAF2 UNITS Command menu list
  2052. 3DB1A get list (1:List/Global Name/Local Name)
  2053. 3DB5B HEX (*) menu key
  2054. 3DB6A "HEX"
  2055. 3DB9D DEC (*) menu key
  2056. 3DBAC "DEC"
  2057. 3DBDF OCT (*) menu key
  2058. 3DBEE "OCT"
  2059. 3DC21 BIN (*) menu key
  2060. 3DC30 "BIN"
  2061. 3DC63 IF menu key
  2062. 3DCC2 CASE menu key
  2063. 3DD1C START menu key
  2064. 3DD6C FOR menu key
  2065. 3DDBC DO menu key
  2066. 3DDF8 WHILE menu key
  2067. 3DE34 IFERR menu key
  2068. 3DE93 GRAPH menu list
  2069. 3DEBB GRAPH FCN menu key
  2070. 3DECA "FCN"
  2071. 3DF2F GRAPH FCN menu list
  2072. 3DF43 "ROOT"
  2073. 3DF64 "ISECT"
  2074. 3DF87 "SLOPE"
  2075. 3DFAA "AREA"
  2076. 3DFCB "EXTR"
  2077. 3E01E "F(X)"
  2078. 3E03F "F'"
  2079. 3E05C "NXEQ"
  2080. 3E091 GRAPH +/- (*) menu key
  2081. 3E0A0 "+/-"
  2082. 3E0C4 GRAPH REPL menu key
  2083. 3E0C9 "REPL"
  2084. 3E0E5 GRAPH SUB menu key
  2085. 3E0EA "SUB"
  2086. 3E104 GRAPH DEL menu key
  2087. 3E109 "DEL"
  2088. 3E123 GRAPH COORD menu key
  2089. 3E128 "COORD"
  2090. 3E146 GRAPH LABEL menu key
  2091. 3E15A GRAPH CENTR menu key
  2092. 3E16E GRAPH ZOOM menu key
  2093. 3E17D "ZOOM"
  2094. 3E19E GRAPH Keys menu key
  2095. 3E1A3 "Keys"
  2096. 3E1BF GRAPH MARK menu key
  2097. 3E1C4 "MARK"
  2098. 3E1E0 GRAPH LINE menu key
  2099. 3E1F4 GRAPH TLINE menu key
  2100. 3E208 GRAPH BOX menu key
  2101. 3E21C GRAPH CIRCLE menu key
  2102. 3E221 "CIRCLE"
  2103. 3E241 GRAPH Z-BOX menu key
  2104. 3E246 "Z-BOX"
  2105. 3E273 GRAPH DOT+ (*) menu key
  2106. 3E282 "DOT+"
  2107. 3E2A8 GRAPH DOT- (*) menu key
  2108. 3E2B7 "DOT-"
  2109. 3E2DD <-SKIP menu key
  2110. 3E2E2 "<-SKIP"
  2111. 3E35F SKIP-> menu key
  2112. 3E364 "SKIP->"
  2113. 3E3E1 <-DEL menu key
  2114. 3E3E6 "<-DEL"
  2115. 3E4CA DEL-> menu key
  2116. 3E4CF "DEL->"
  2117. 3E586 INS (*) menu key
  2118. 3E595 "INS"
  2119. 3E5CD upSTK menu key
  2120. 3E5D2 "upSTK"
  2121. 3E729 "SETUP"
  2122. 3E783 "STD"
  2123. 3E7C5 "FIX"
  2124. 3E7F8 "SCI"
  2125. 3E82B "ENG"
  2126. 3E84F ML (*) menu key
  2127. 3E85E "ML"
  2128. 3E88F DEG (*) menu key
  2129. 3E89E "DEG"
  2130. 3E8D1 RAD (*) menu key
  2131. 3E908 GRAD (*) menu key
  2132. 3E94E XYZ (*) menu key
  2133. 3E98A R\<)Z (*) menu key
  2134. 3E9EE R\<)\<) (*) menu key
  2135. 3EA4D CMD (*) menu key
  2136. 3EA5C "CMD"
  2137. 3EA9E STK (*) menu key
  2138. 3EAAD "STK"
  2139. 3EB1C ARG (*) menu key
  2140. 3EB2B "ARG"
  2141. 3EB68 FM, (*) menu key
  2142. 3EB77 "FM,"
  2143. 3EBAF CLK (*) menu key
  2144. 3EBBE "CLK"
  2145. 3EC05 "MODL"
  2146. 3EC71 dead menu key
  2147. 3EC99 if pop stk1 = True, then build checked menu key, else build normal menu key
  2148. 3ED6B Build directory menu key graphic
  2149. 3EF14 set up UNIT menu keys
  2150. 3EF1E units Unshifted Menu Key routine
  2151. 3EF41 units Left-shifted Menu Key routine
  2152. 3EF64 units Right-shifted Menu Key routine
  2153. 3EFF0 top-level Unshifted Menu Key routine
  2154. 3F38A library Unshifted Menu Key routine
  2155. 3F40C "PORT0"
  2156. 3F461 "PORT1"
  2157. 3F4BB "PORT2"
  2158. 3FACF 'SKEY' (Global Name)
  2159. 3FAE8 'SKEY' (Local Name)
  2160. 3FDC7 "dead" Menu Key routine
  2161. 3FDD1 chirp (337 Hz, 70 msec), freeze display
  2162. 3FDFE unevaluated chirp (337 Hz, 70 msec), freeze display
  2163. 3FF75 if bit 2 in 7068C is set -> True/False
  2164. 3FF86 set bit 2 in 7068C
  2165. 3FF97 clear bit 2 in 7068C
  2166. 3FFA8 if bit 0 in 70688 is set -> True/False
  2167. 3FFB9 set bit 0 in 70688
  2168. 3FFCA clear bit 0 in 70688
  2169. 3FFDB do unshifted menu key 1
  2170. 3FFF4 do left-shifted menu key 1
  2171. 4000D do right-shifted menu key 1
  2172. 40026 do left-shifted menu key 2
  2173. 4003F do unshifted menu key 2
  2174. 40058 do right-shifted menu key 2
  2175. 40071 do unshifted menu key 3
  2176. 4008A do left-shifted menu key 3
  2177. 400A3 do right-shifted menu key 3
  2178. 400BC do unshifted menu key 4
  2179. 400D5 do left-shifted menu key 4
  2180. 400EE do right-shifted menu key 4
  2181. 40107 do unshifted menu key 5
  2182. 40120 do left-shifted menu key 5
  2183. 40139 do right-shifted menu key 5
  2184. 40152 do unshifted menu key 6
  2185. 4016B do left-shifted menu key 6
  2186. 40184 do right-shifted menu key 6
  2187. 4019D general Unshifted Menu Key routine
  2188. 401D4 general Left-shifted Menu Key routine
  2189. 4021F general Right-shifted Menu Key routine
  2190. 40788 Null Program
  2191. 40828 get object bound to menu key (key number follows)
  2192. 4093B 'alphaENTER' (Global Name)
  2193. 409DF 'betaENTER' (Global Name)
  2194. 40EE7 delay loop (0055E)
  2195. 40EF3 MC: delay loop (C.A) and continue RPL
  2196. 40F02 delay loop (06B67)
  2197. 40F12 delay loop (43206)
  2198. 40F86 display menu (first page) (1:menu list)
  2199. 40F9A display menu (2:menu,1:offset)
  2200. 4139B save current menu/offset as last menu/offset
  2201. 413B9 display Last Menu
  2202. 414BD ": "
  2203. 415A7 ": "
  2204. 415C9 Internal RCLMENU
  2205. 415F1 100
  2206. 4161A get current menu number -> (1:Real Number)
  2207. 41679 Internal TMENU (1:Real Number)
  2208. 416F1 recall menu (1:System Binary)
  2209. 417AF clear bit 2 in 70684
  2210. 417C0 set bit 2 in 70684
  2211. 417D1 if bit 2 in 70684 is set -> True/False
  2212. 417E2 clear bit 3 in 70686
  2213. 417F3 set bit 3 in 70686
  2214. 41804 if bit 3 in 70686 is set -> True/False
  2215. 41815 clear bit 3 in 70684
  2216. 41826 set bit 3 in 70684
  2217. 41837 if bit 3 in 70684 is set -> True/False
  2218. 41848 save Current Menu Offset (1:System Binary)
  2219. 4185B get Current Menu Offset as System Binary
  2220. 4186E save Last Menu Offset (1:System Binary)
  2221. 41881 get Last Menu Offset as System Binary
  2222. 41894 save Current Menu
  2223. 418A4 get Current Menu
  2224. 418B4 save stk1 (pointer) into 70628
  2225. 418C4 execute @70628 (pointer)
  2226. 418D4 save stk1 (pointer) into 7062D
  2227. 418E4 execute @7062D (pointer)
  2228. 418F4 save stk1 (pointer) into 70632
  2229. 41904 execute @70632 (pointer)
  2230. 41914 save Unshifted Menu Key routine
  2231. 41924 get Unshifted Menu Key routine
  2232. 41934 execute Unshifted Menu Key routine
  2233. 41944 save Left-shifted Menu Key routine
  2234. 41954 execute Left-shifted Menu Key routine
  2235. 41964 save Right-shifted Menu Key routine
  2236. 41974 execute Right-shifted Menu Key routine
  2237. 41984 save stk1 (pointer) into 70646
  2238. 41994 execute @70646 (pointer)
  2239. 419A4 save stk1 (pointer) into 70650
  2240. 419B4 execute @70650 (pointer)
  2241. 419C4 save stk1 (pointer) into 70655
  2242. 419D4 execute @70655 (pointer)
  2243. 419E4 save Last Menu
  2244. 419F4 get Last Menu
  2245. 41A04 save stk1 (pointer) into 7064B
  2246. 41A14 get @7064B (pointer)
  2247. 41A24 MC XFER: save stk1 (pointer) into @C.A
  2248. 41A2B MC XFER: push @C.A onto stack
  2249. 41A32 MC XFER: execute @C.A (pointer)
  2250. 41A39 unevaluated 'UserKeys' (Global Name)
  2251. 41A43 'UserKeys' (Global Name)
  2252. 41A5F unevaluated 'UserKeys.CRC' (Global Name)
  2253. 41A69 'UserKeys.CRC' (Global Name)
  2254. 41A8D if User Mode active (-62) -> True/False
  2255. 41AA1 Intenral STOKEYS (1:List)
  2256. 41B28 Internal ASN (2:Any,1:Real Number)
  2257. 41B3C Internal DELKEYS (1:List)
  2258. 41B69 Internal DELKEYS (1:Real Number)
  2259. 41B8C delete user key definition (2:key#,1:plane#)
  2260. 41BA5 Internal STOKEYS (1:Global Name/Local Name)
  2261. 41BB9 Internal DELKEYS (1:Global Name/Local Name)
  2262. 41BD7 'S' (Global Name)
  2263. 41BEA 'S' (Local Name)
  2264. 41CA2 validate key (rc.p) and convert to key# & plane#
  2265. 41E32 store into UserKeys with checksum in UserKeys.CRC
  2266. 41E78 save user key definition (3:value,2:key#,1:plane#)
  2267. 41F13 delete all user key definitions
  2268. 41F2C save ptr to User Keys
  2269. 41F3F get User Keys
  2270. 42262 if @70679.A != 0 -> True/False
  2271. 4229A MC XFER: if carry set -> True/False, continue RPL
  2272. 4245C if @70679.A = 0, then iterate loop (pop back)
  2273. 43395 Internal INPUT (2:String,1:String)
  2274. 433CC Internal INPUT (2:String,1:List)
  2275. 4353E 'ALG' (Global Name)
  2276. 43555 'ALG' (Local Name)
  2277. 4358A 'alpha' (Global Name)
  2278. 4359D 'alpha' (Local Name)
  2279. 435CE 'V' (Global Name)
  2280. 435E1 'V' (Local Name)
  2281. 43D2E "VIEW"
  2282. 43DC7 "DRPN"
  2283. 43DE8 "KEEP"
  2284. 43E09 "LEVEL"
  2285. 44228 "\|>"
  2286. 44243 ":"
  2287. 450BE 'centered-dot' 0xB7 (Character)
  2288. 45174 '-' 0x2D (Character)
  2289. 46017 "EDIT"
  2290. 4604C "<-WID"
  2291. 4606D "WID->"
  2292. 460B6 "+ROW"
  2293. 460D7 "-ROW"
  2294. 460F8 "+COL"
  2295. 46119 "-COL"
  2296. 4613A "->STK"
  2297. 4615B "upSTK"
  2298. 461C2 "GO->"
  2299. 461F0 "GOdown"
  2300. 4621E "VEC"
  2301. 47459 'X' (Global Name)
  2302. 47660 "Indep:"
  2303. 476BC "Depnd:"
  2304. 476F0 "x:"
  2305. 4771C "y:"
  2306. 47900 ".EQ"
  2307. 47910 ",EQ"
  2308. 47A1A Internal XRNG (2:Real Number,1:Real Number)
  2309. 47A42 Internal YRNG (2:Real Number,1:Real Number)
  2310. 47A6A Internal INDEP (1:Real Number)
  2311. 47A8D Internal DEPND (1:Real Number)
  2312. 47F6F "["
  2313. 47F8F "x"
  2314. 47FAF "]"
  2315. 47FD4 " dir"
  2316. 48009 ":"
  2317. 48042 "\|>"
  2318. 485C1 "1-VAR"
  2319. 48657 "PLOT"
  2320. 486B9 "2-VAR"
  2321. 4871D "EDIT"
  2322. 48766 "SOLVR"
  2323. 487CA "PLOTR"
  2324. 48810 "EQ+"
  2325. 4891F "EDIT"
  2326. 48995 "PURGE"
  2327. 48A76 "->STK"
  2328. 48ACE "undefined"
  2329. 48B44 "VIEW"
  2330. 48C69 "FAST"
  2331. 48CBC "ORDER"
  2332. 48D25 "EDIT"
  2333. 48D4B 'ALRMDAT' (Global Name)
  2334. 48D92 "PURGE"
  2335. 48DEC "EXECS"
  2336. 491D5 Internal AUTO
  2337. 4971D ": "
  2338. 4978F Invoke GRAPH FCN menu
  2339. 49825 "Slope"
  2340. 49870 "Root"
  2341. 4991D "Area"
  2342. 499FC "I-sect"
  2343. 49A4E "Extrm"
  2344. 49A8F "F(x)"
  2345. 4A145 'X' (Global Name)
  2346. 4A16C Internal SigmaLINE
  2347. 4A19E 'X' (Global Name)
  2348. 4A1DE 'X' (Global Name)
  2349. 4A22D 'X' (Global Name)
  2350. 4A25E 'X' (Global Name)
  2351. 4A59B "("
  2352. 4A5B6 ")="
  2353. 4A605 ")="
  2354. 4A677 "Xcol:"
  2355. 4A69A " Ycol:"
  2356. 4A6C4 " Modl:"
  2357. 4AB1C 'X' (Global Name)
  2358. 4AB2A (0,0)
  2359. 4AB59 'Y' (Global Name)
  2360. 4AC61 Internal CENTR (1:Complex Number)
  2361. 4AE3C Internal SCALE (2:Real Number,1:Real Number)
  2362. 4AF77 Internal INDEP (1:Global Name)
  2363. 4AF8B Internal INDEP (1:List)
  2364. 4AFB3 Internal DEPND (1:Global Name)
  2365. 4AFC7 Internal DEPND (1:List)
  2366. 4AFEF Internal RES (1:Real Number)
  2367. 4B012 Internal RES (1:positive Real Number/Binary Integer)
  2368. 4B03A Internal AXES (1:Complex Number)
  2369. 4B04E Internal AXES (1:List)
  2370. 4B09E Internal PMIN (1:Complex Number)
  2371. 4B0C6 Internal PMAX (1:Complex Number)
  2372. 4B206 Internal PDIM (2:Complex Number,1:Complex Number)
  2373. 4B300 Internal PDIM (2:Binary Integer,1:Binary Integer)
  2374. 4B323 Internal PDIM (2:System Binary,1:System Binary)
  2375. 4B553 Internal *H (1:Real Number)
  2376. 4B5AD Internal *W (1:Real Number)
  2377. 4B60C Internal ERASE
  2378. 4B6AC Internal DRAW
  2379. 4C607 Internal DRAX
  2380. 4C8F4 Internal BINS (3:Real Number,2:Real Number,1:Real Number)
  2381. 4C944 ''xmax' (Local Name)
  2382. 4C955 ''N' (Local Name)
  2383. 4CF55 ''EnvOK' (Local Name)
  2384. 4CF68 ''EXITFCN' (Local Name)
  2385. 4D1AA Internal GRAPH
  2386. 4D30D ''EnvOK' (Local Name)
  2387. 4D352 ''EnvOK' (Local Name)
  2388. 4D36F ''EnvOK' (Local Name)
  2389. 4E875 Internal LABEL
  2390. 4EE1A Invoke GRAPH ZOOM menu
  2391. 4EE3D GRAPH ZOOM menu list
  2392. 4EE51 "XAUTO"
  2393. 4EE92 "X"
  2394. 4EEC6 "Y"
  2395. 4EEFA "XY"
  2396. 4F011 Internal PVIEW (1:Complex Number)
  2397. 4F02F Internal PVIEW (1:List)
  2398. 4F0AC Internal PX->C (1:List)
  2399. 4F179 Internal C->PX (1:Complex Number)
  2400. 4F37C Internal STO (2:Graphic,1:PICT)
  2401. 4F3D1 Convert level 1 and 2 Binary Integers to System Binary
  2402. 4F3EF Internal PIXON (1:Complex Number)
  2403. 4F458 Internal PIXON (1:List)
  2404. 4F471 Internal PIXOFF (1:Complex Number)
  2405. 4F48A Internal PIXOFF (1:List)
  2406. 4F4A3 Internal PIX? (1:Complex Number)
  2407. 4F4BC Internal PIX? (1:List)
  2408. 4F525 Internal LINE (2:List,1:List)
  2409. 4F539 Internal TLINE (2:List,1:List)
  2410. 4F584 Internal LINE (2:Complex Number,1:Complex Number)
  2411. 4F598 Internal TLINE (2:Complex Number,1:Complex Number)
  2412. 4F665 Internal BOX (2:List,1:List)
  2413. 4F688 Internal BOX (2:Complex Number,1:Complex Number)
  2414. 4F6A1 Internal BLANK (2:Binary Integer,1:Binary Integer)
  2415. 4F6BA Internal GOR/GXOR (4:Graphic,3:List,2:Graphic,1:True/False)
  2416. 4F6F6 Internal GOR/GXOR (4:Graphic,3:Complex Number,2:Graphic,1:True/False)
  2417. 4F741 Internal GOR/GXOR (4:PICT,3:Complex Number/List,2:Graphic,1:True/False)
  2418. 4F8D1 Internal + (2:Graphic,1:Graphic)
  2419. 4F999 Internal REPL (3:Graphic,2:List,1:Graphic)
  2420. 4F9F3 Internal REPL (3:Graphic,2:Complex Number,1:Graphic)
  2421. 4FA2F Internal REPL (3:PICT,2:List/Complex Number,1:Graphic)
  2422. 4FA7A Internal REPL (3:List,2:Real Number,1:List)
  2423. 4FAF7 Internal REPL (3:String,2:Real Number,1:String)
  2424. 4FB74 Internal SUB (3:Graphic,2:List,1:List)
  2425. 4FBC4 Internal SUB (3:Graphic,2:Complex Number,1:Complex Number)
  2426. 4FBF6 Internal SUB (3:PICT,2/1:List or Complex Number)
  2427. 4FC28 Internal NEG (1:Graphic)
  2428. 4FC3C Internal NEG (1:PICT)
  2429. 4FC5F Internal ARC (4:Complex Number,3:Real Number,2:Real Number,1:Real Number)
  2430. 4FD2C Internal ARC (4:List,3:Binary Integer,2:Real Number,1:Real Number)
  2431. 4FF9D ''xe' (Local Name)
  2432. 4FFAA ''ye' (Local Name)
  2433. 4FFB7 ''x' (Local Name)
  2434. 4FFC2 ''y' (Local Name)
  2435. 4FFCD ''xc' (Local Name)
  2436. 4FFDA ''yc' (Local Name)
  2437. 4FFE7 ''r2' (Local Name)
  2438. 4FFF4 ''left' (Local Name)
  2439. 50005 ''up' (Local Name)
  2440. 50012 ''exit' (Local Name)
  2441. 503C5 XFER: Internal TEXT
  2442. 503D4 Internal LCD->
  2443. 50438 Internal ->LCD (1:Graphic)
  2444. 5046A Internal CLLCD
  2445. 5048D Internal ->GROB (2:Any,1:Real Number)
  2446. 5053C graphics cursor (Graphic 5 x 5)
  2447. 5055A graphics mark (Graphic 5 x 5)
  2448. 50578 get GROB dimensions -> (2:Rows,1:Columns)
  2449. 505B2 Graphic template (Graphic 0 x 0)
  2450. 50D3E ''PlotEnv' (Local Name)
  2451. 50FCE 'X' (Global Name)
  2452. 50FE6 'Y' (Global Name)
  2453. 51148 validate pop stk1 is PICT (Bad Argument Type)
  2454. 51288 'PPAR' (Global Name)
  2455. 51300 place SCATTER on the stack, do not call
  2456. 51314 place HISTOGRAM (XLIB 2 226) on the stack, do not call
  2457. 51328 place BAR (XLIB 2 227) on the stack, do not call
  2458. 51436 's1' (Global Name)
  2459. 5179E push GROB dimensions (2:Rows,1:Columns)
  2460. 517B2 3 PICK and get GROB dimensions -> (2:Rows,Columns)
  2461. 5182F calculate (end - current) loop values (System Binary)
  2462. 5186B Internal DROP and chirp (337 Hz, 70 msec), freeze display
  2463. 5187F get PICT dimensions -> (2:Rows,1:Columns)
  2464. 5190B ''PlotEnv' (Local Name)
  2465. 5193B (1,0) (Long Complex)
  2466. 5196A (-1,0)
  2467. 5198F Internal IM (1:Real Number)
  2468. 519A3 Internal RE (1:Complex Number)
  2469. 519B7 Internal IM (1:Complex Number)
  2470. 519CB Internal C->LR (1:Complex Number) -> (2:real,1:imaginary)
  2471. 519DF Internal C->LR (1:Complex Number) -> (2:imaginary,1:real)
  2472. 519F8 Internal LC->C (1:Long Complex)
  2473. 51A07 Internal LR->C (2:real,1:imaginary)
  2474. 51A37 Internal R->C (imaginary part = 0) (1:Real Number)
  2475. 51A4A multiply by i (1:Complex Number)
  2476. 51A5F divide by i (1:Complex Number)
  2477. 51A71 calc stk1^2 + stk2^2 (Real Number) -> (Long Real)
  2478. 51A94 calc stk1^2 + stk2^2 (Long Real)
  2479. 51AB7 stk1 -> MINR or ZERO or MAXR
  2480. 51ADF calc (db-ac), (cb-ad) (where a=stk1,...d=stk4)
  2481. 51B2A if pop stk1 = (0,0) (Long Complex) -> True/False
  2482. 51B43 if pop stk1 = (0,0) (Complex Number) -> True/False
  2483. 51B70 Internal NEG (1:Complex Number)
  2484. 51B91 Internal NEG (1:Long Complex)
  2485. 51BB2 Internal CONJ (1:Complex Number)
  2486. 51BC1 Internal CONJ (1:Long Complex)
  2487. 51BD0 Internal + (2:Complex Number,1:Real Number)
  2488. 51BE4 Internal + and SWAP (Real Number)
  2489. 51BF8 Internal + (2:Real Number,1:Complex Number)
  2490. 51C16 Internal + (2:Complex Number,1:Complex Number)
  2491. 51C3E Internal + (2:Long Complex,1:Long Complex)
  2492. 51C6B Internal C->R, ROT and C->R
  2493. 51C84 Internal LC->LR, ROT and LC->LR
  2494. 51CD4 Internal - (2:Real Number,1:Complex Number)
  2495. 51CE8 Internal - (2:Complex Number,1:Real Number)
  2496. 51CFC Internal - (2:Complex Number,1:Real Number)
  2497. 51D4C Internal * (2:Complex Number,1:Real Number)
  2498. 51D60 Internal * (2:Real Number,1:Complex Number)
  2499. 51D88 Internal * (2:Complex Number,1:Complex Number)
  2500. 51E19 Internal / (2:Real Number,1:Complex Number)
  2501. 51E64 Internal / (2:Complex Number,1:Real Number)
  2502. 51EC8 Internal / (2:Complex Number,1:Complex Number)
  2503. 51EFA Internal INV (1:Complex Number)
  2504. 51FF9 Infinite Result (error or indicator/value)
  2505. 5203A note Infinite Result (error or indicator)
  2506. 52062 Internal ABS (1:Complex Number)
  2507. 52099 Internal ARG (1:Complex Number)
  2508. 520CB Internal SIGN (1:Complex Number)
  2509. 52107 Internal sqrt (1:Complex Number)
  2510. 52193 Internal EXP (1:Complex Number)
  2511. 521E3 Internal LN (1:Complex Number)
  2512. 522BF Internal LOG (1:Complex Number)
  2513. 52305 Internal ALOG (1:Complex Number)
  2514. 52342 Internal ^ (2:Real Number,1:Complex Number)
  2515. 52360 Internal ^ (2:Complex Number,1:Real Number)
  2516. 52374 Internal ^ (2:Complex Number,1:Complex Number)
  2517. 524AF (0,0)
  2518. 524F7 (1,0)
  2519. 52530 Internal SIN (1:Complex Number)
  2520. 52571 Internal COS (1:Complex Number)
  2521. 525B7 Internal TAN (1:Complex Number)
  2522. 5262F Internal SINH (1:Complex Number)
  2523. 52648 Internal COSH (1:Complex Number)
  2524. 5265C Internal TANH (1:Complex Number)
  2525. 52675 Internal ATAN (1:Complex Number)
  2526. 5267F (0,1)
  2527. 526AE (0,-1)
  2528. 527EB Internal ATANH (1:Complex Number)
  2529. 52804 Internal ASIN (1:Complex Number)
  2530. 5281D Internal ASINH (1:Complex Number)
  2531. 52836 Internal ACOSH (1:Complex Number)
  2532. 52863 Internal ACOS (1:Complex Number)
  2533. 52D26 { '' '' '' '' } (Local Names)
  2534. 53725 Set user flag (1:System Binary)
  2535. 53731 Set system flag (1:System Binary)
  2536. 53755 Clear user flag (1:System Binary)
  2537. 53761 Clear system flag (1:System Binary)
  2538. 53778 User flag set? (1:System Binary) -> True/False
  2539. 53784 System flag set? (1:System Binary) -> True/False
  2540. 53807 XFER: Error Bad Arg Val
  2541. 5380E if pop stk1 = True then push 1 else push 0
  2542. 53842 if Last Arguments flag is clear then ???
  2543. 539E6 MC: if 706c1c0 and c2 -> True/False, continue RPL
  2544. 539F1 MC: 706c1c0.1 and not c2, continue RPL
  2545. 539F9 MC: 706c1c0.1 or c2, continue RPL
  2546. 53A05 MC: D0=A and continue RPL
  2547. 53AF2 MC: if 706c1c0 and c2, then set carry
  2548. 53B0A MC: 706c1c0.1 and not c2, A=d0...
  2549. 53B31 MC: 706c1c0 or c2, A=d0...
  2550. 53B45 MC: A=d0, c5=c2, D0=706c1c0, P=5
  2551. 53B88 clear Numeric Results (-3)
  2552. 53B9C set Numeric Results (-3)
  2553. 53BB0 if not Numeric Results (-3) -> True/False
  2554. 53BDD if Radians (-17) -> True/False
  2555. 53BF1 return Angle Mode Flags -> (2:Radians,1:Degrees/Grads)
  2556. 53C0A if not Symbolic Constants (-2) -> True/False
  2557. 53C23 if Principal Solution (-1) -> True/False
  2558. 53C37 Internal HEX
  2559. 53C43 Internal BIN
  2560. 53C4F Internal OCT
  2561. 53C5B Internal DEC
  2562. 53C96 Internal STWS (1:Real Number)
  2563. 53CAA Internal STWS (1:System Binary)
  2564. 53CF0 Internal RCWS
  2565. 53D04 Internal AND (2:Binary Integer,1:Binary Integer)
  2566. 53D15 Internal OR (2:Binary Integer,1:Binary Integer)
  2567. 53D26 Internal XOR (2:Binary Integer,1:Binary Integer)
  2568. 53D4E Internal NOT (1:Binary Integer)
  2569. 53D5E Internal SL
  2570. 53D6E Internal SLB
  2571. 53D81 Internal SR
  2572. 53D91 Internal SRB
  2573. 53DA4 Internal RR
  2574. 53DE1 Internal RRB
  2575. 53E0C Internal RL
  2576. 53E3B Internal RLB
  2577. 53E65 Internal ASR
  2578. 53EA0 Internal + (2:Binary Integer,1:Binary Integer)
  2579. 53EB0 Internal - (2:Binary Integer,1:Binary Integer)
  2580. 53EC3 Internal NEG (1:Binary Integer)
  2581. 53ED3 Internal * (2:Binary Integer,1:Binary Integer)
  2582. 53F05 Internal / (2:Binary Integer,1:Binary Integer)
  2583. 53F69 MC XFER: save regs D,B,D1,D0 (uses C)
  2584. 53F70 MC XFER: load regs D,B,D1,D0 (uses C)
  2585. 54021 Let A.A = (@706C6 & #3F) + 1
  2586. 54039 Internal RCWS -> System Binary
  2587. 540BB get contents
  2588. 5429F Internal / (2:Real Number,1:Binary Integer)
  2589. 542BD Internal / (2:Binary Integer,1:Real Number)
  2590. 542D1 Internal * (2:Real Number,1:Binary Integer)
  2591. 542EA Internal * (2:Binary Integer,1:Real Number)
  2592. 542FE Internal - (2:Real Number,1:Binary Integer)
  2593. 5431C Internal - (2:Binary Integer,1:Real Number)
  2594. 54330 Internal + (2:Real Number,1:Binary Integer)
  2595. 54349 Internal + (2:Binary Integer,1:Real Number)
  2596. 5435D Internal B->R
  2597. 543F9 Internal R->B
  2598. 54419 MC: push A.W (Real Number) as Binary Integer
  2599. 544D9 Internal == (2:Binary Integer,1:Binary Integer)
  2600. 544EC Internal != (2:Binary Integer,1:Binary Integer)
  2601. 54500 Internal > (2:Binary Integer,1:Binary Integer)
  2602. 5452C Internal >= (2:Binary Integer,1:Binary Integer)
  2603. 5453F Internal <= (2:Binary Integer,1:Binary Integer)
  2604. 54552 Internal < (2:Binary Integer,1:Binary Integer)
  2605. 54565 Internal IFTE (3:Symbolic,2/1:Real/Complex/Symbolic)
  2606. 5456F ''tcls' (Local Name)
  2607. 54580 ''fcls' (Local Name)
  2608. 5460E ''tcls' (Local Name)
  2609. 54624 ''fcls' (Local Name)
  2610. 5465D ''tcls' (Local Name)
  2611. 5466E ''fcls' (Local Name)
  2612. 54954 Internal delta (complete derivative) (2:Symbolic,1:Symbolic)
  2613. 549CC { ''dvar' }
  2614. 549DB ''dvar' (Local Name)
  2615. 54CDB Internal MINR (1.E-499)
  2616. 54D12 Internal MAXR (9.99999999999E499)
  2617. 54D35 Internal pi (3.14159265359)
  2618. 54D58 Internal i (0,1)
  2619. 54D7B Internal e (2.71828182846)
  2620. 54DD0 ''xSYMfcn' (Local Name)
  2621. 54DE7 ''xfcn' (Local Name)
  2622. 54EA0 Internal RE (1:Symbolic)
  2623. 54EB9 Internal IM (1:Symbolic)
  2624. 54ED2 Internal NOT (1:Symbolic)
  2625. 54EEB Internal NEG (1:Symbolic)
  2626. 54F04 Internal ABS (1:Symbolic)
  2627. 54F1D Internal CONJ (1:Symbolic)
  2628. 54F36 Internal INV (1:Symbolic)
  2629. 54F4F Internal ARG (1:Symbolic)
  2630. 54F68 Internal SIGN (1:Symbolic)
  2631. 54F81 Internal sqrt (1:Symbolic)
  2632. 54F9A Internal SQ (1:Symbolic)
  2633. 54FB3 Internal SIN (1:Symbolic)
  2634. 54FCC Internal COS (1:Symbolic)
  2635. 54FE5 Internal TAN (1:Symbolic)
  2636. 54FFE Internal SINH (1:Symbolic)
  2637. 55017 Internal COSH (1:Symbolic)
  2638. 55030 Internal TANH (1:Symbolic)
  2639. 55049 Internal ASIN (1:Symbolic)
  2640. 55062 Internal ACOS (1:Symbolic)
  2641. 5507B Internal ATAN (1:Symbolic)
  2642. 55094 Internal ASINH (1:Symbolic)
  2643. 550AD Internal ACOSH (1:Symbolic)
  2644. 550C6 Internal ATANH (1:Symbolic)
  2645. 550DF Internal EXP (1:Symbolic)
  2646. 550F8 Internal LN (1:Symbolic)
  2647. 55111 Internal LOG (1:Symbolic)
  2648. 5512A Internal ALOG (1:Symbolic)
  2649. 55143 Internal LNP1 (1:Symbolic)
  2650. 5515C Internal EXPM (1:Symbolic)
  2651. 55175 Internal ! (1:Symbolic)
  2652. 5518E Internal IP (1:Symbolic)
  2653. 551A7 Internal FP (1:Symbilic)
  2654. 551C0 Internal FLOOR (1:Symbolic)
  2655. 551D9 Internal CEIL (1:Symbolic)
  2656. 551F2 Internal XPON (1:Symbolic)
  2657. 5520B Internal MANT (1:Symbolic)
  2658. 55224 Internal D->R (1:Symbolic)
  2659. 5523D Internal R->D (1:Symbolic)
  2660. 55256 Internal UBASE (1:Symbolic)
  2661. 5526F Internal UVAL (1:Symbolic)
  2662. 5566B ''oth' (Local Name)
  2663. 55783 ''scl' (Local Name)
  2664. 55792 ''xSYMfcn' (Local Name)
  2665. 557A9 ''xfcn' (Local Name)
  2666. 55800 ''xSYMfcn' (Local Name)
  2667. 55817 ''xfcn' (Local Name)
  2668. 55927 Internal = (2/1:all combinations)
  2669. 5599A Internal AND (2:Symbolic,1:Real Number)
  2670. 559B3 Internal AND (2:Real Number,1:Symbolic)
  2671. 559CC Internal AND (2:Symbolic,1:Symbolic)
  2672. 559E5 Internal OR (2:Symbolic,1:Real Number)
  2673. 559FE Internal OR (2:Real Number,1:Symbolic)
  2674. 55A17 Internal OR (2:Symbolic,1:Symbolic)
  2675. 55A30 Internal XOR (2:Symbolic,1:Real Number)
  2676. 55A49 Internal XOR (2:Real Number,1:Symbolic)
  2677. 55A62 Internal XOR (2:Symbolic,1:Symbolic)
  2678. 55A7B Internal == (2:Symbolic,1:Real Number/Complex Number/Unit)
  2679. 55A94 Internal == (2:Complex Number,1:Real Number/Complex Number/Unit)
  2680. 55AAD Internal == (2:Symbolic,1:Symbolic)
  2681. 55AC6 Internal != (2:Symbolic,1:Real Number/Complex Number/Unit)
  2682. 55ADF Internal != (2:Real Number/Complex Number/Unit,1:Symbolic)
  2683. 55AF8 Internal != (2:Symbolic,1:Symbolic)
  2684. 55B11 Internal < (2:Symbolic,1:Real Number/Unit)
  2685. 55B2A Internal < (2:Real Number/Unit,1:Symbolic)
  2686. 55B43 Internal < (2:Symbolic,1:Symbolic)
  2687. 55B5C Internal > (2:Symbolic,1:Real Number/Unit)
  2688. 55B75 Internal > (2:Real Number/Unit,1:Symbolic)
  2689. 55B8E Internal > (2:Symbolic,1:Symbolic)
  2690. 55BA7 Internal <= (2:Symbolic,1:Real Number/Unit)
  2691. 55BC0 Internal <= (2:Real Number/Unit,1:Symbolic)
  2692. 55BD9 Internal <= (2:Symbolic,1:Symbolic)
  2693. 55BF2 Internal >= (2:Symbolic,1:Real Number/Unit)
  2694. 55C0B Internal >= (2:Real Number/Unit,1:Symbolic)
  2695. 55C24 Internal >= (2:Symbolic,1:Symbolic)
  2696. 55C3D Internal % (2:Symbolic,1:Real Number/Unit)
  2697. 55C56 Internal % (2:Real Number/Unit,1:Symbolic)
  2698. 55C6F Internal % (2:Symbolic,1:Symbolic)
  2699. 55C88 Internal %CH (2:Symbolic,1:Real Number/Unit)
  2700. 55CA1 Internal %CH (2:Real Number/Unit,1:Symbolic)
  2701. 55CBA Internal %CH (2:Symbolic,1:Symbolic)
  2702. 55CD3 Internal %T (2:Symbolic,1:Real Number/Unit)
  2703. 55CEC Internal %T (2:Real Number/Unit,1:Symbolic)
  2704. 55D05 Internal %T (2:Symbolic,1:Symbolic)
  2705. 55D1E Internal COMB (2:Symbolic,1:Real Number)
  2706. 55D37 Internal COMB (2:Real Number,1:Symbolic)
  2707. 55D50 Internal COMB (2:Symbolic,1:Symbolic)
  2708. 55D69 Internal PERM (2:Symbolic,1:Real Number)
  2709. 55D82 Internal PERM (2:Real Number,1:Symbolic)
  2710. 55D9B Internal PERM (2:Symbolic,1:Symbolic)
  2711. 55DB4 Internal RND (2:Symbolic,1:Real Number)
  2712. 55DCD Internal RND (2:Real Number/Complex Number/Array/Unit,1:Symbolic)
  2713. 55DE6 Internal RND (2:Symbolic,1:Symbolic)
  2714. 55DFF Internal TRNC (2:Symbolic,1:Real Number)
  2715. 55E18 Internal TRNC (2:Real Number/Complex Number/Array/Unit,1:Symbolic)
  2716. 55E31 Internal TRNC (2:Symbolic,1:Symbolic)
  2717. 55E4A Internal MAX (2:Symbolic,1:Real Number/Unit)
  2718. 55E63 Internal MAX (2:Real Number/Unit,1:Symbolic)
  2719. 55E7C Internal MAX (2:Symbolic,1:Symbolic)
  2720. 55E95 Internal MIN (2:Symbolic,1:Real Number/Unit)
  2721. 55EAE Internal MIN (2:Real Number/Unit,1:Symbolic)
  2722. 55EC7 Internal MIN (2:Symbolic,1:Symbolic)
  2723. 55EE0 Internal ^ (2:Symbolic,1:Real Number/Complex Number/Unit)
  2724. 55EF9 Internal ^ (2:Real Number/Complex Number/Unit,1:Symbolic)
  2725. 55F12 Internal ^ (2:Symbolic,1:Symbolic)
  2726. 55F2B Internal + (2:Symbolic,1:Real Number/Complex Number/Unit)
  2727. 55F44 Internal + (2:Real Number/Complex Number/Unit,1:Symbolic)
  2728. 55F5D Internal + (2:Symbolic,1:Symbolic)
  2729. 55F76 Internal - (2:Symbolic,1:Real Number/Complex Number/Unit)
  2730. 55F8F Internal - (2:Real Number/Complex Number/Unit,1:Symbolic)
  2731. 55FA8 Internal - (2:Symbolic,1:Symbolic)
  2732. 55FC1 Internal * (2:Symbolic,1:Real Number/Complex Number/Unit)
  2733. 55FDA Internal * (2:Real Number/Complex Number/Unit,1:Symbolic)
  2734. 55FF3 Internal * (2:Symbolic,1:Symbolic)
  2735. 5600C Internal / (2:Symbolic,1:Real Number/Complex Number/Unit)
  2736. 56025 Internal / (2:Real Number/Complex Number/Unit,1:Symbolic)
  2737. 5603E Internal / (2:Symbolic,1:Symbolic)
  2738. 56057 Internal MOD (2:Symbolic,1:Real Number)
  2739. 56070 Internal MOD (2:Real Number,1:Symbolic)
  2740. 56089 Internal MOD (2:Symbolic,1:Symbolic)
  2741. 56859 'IERR' (Global Name)
  2742. 56949 Internal Sigma (4:Symbolic,3:Symbolic,2:Symbolic,1:Any)
  2743. 56976 ''sumexpr' (Local Name)
  2744. 5698D ''sumvar' (Local Name)
  2745. 56A06 Internal Sigma (4:Symbolic,3:Symbolic,2:Real Number,1:Any)
  2746. 56A4C Internal Sigma (4:Symbolic,3:Real Number,2:Symbolic,1:Any)
  2747. 56AC9 Internal Sigma (4:Symbolic,3:Real Number,2:Real Number,1:Any)
  2748. 56F0B ''dv' (Local Name)
  2749. 5720B ''nm' (Local Name)
  2750. 57218 ''op' (Local Name)
  2751. 572A2 Internal ISOL (2:Symbolic,1:Global Name)
  2752. 578E2 ''ni' (Local Name)
  2753. 578EF ''ns' (Local Name)
  2754. 5793F 'n0' (Global Name)
  2755. 5795D 's0' (Global Name)
  2756. 57A0C Internal EXPAN (1:Real Number/Complex Number/Symbolic)
  2757. 57D90 Internal COLCT (1:Real Number/Complex Number/Symbolic)
  2758. 57EF3 ''*s' (Local Name)
  2759. 58149 ''+s' (Local Name)
  2760. 58D75 Internal SHOW (2:Symbolic,1:Global Name/Local Name)
  2761. 58DB6 ''fl' (Local Name)
  2762. 59115 ''nmls' (Local Name)
  2763. 591AD Internal QUAD (2:Symbolic,1:Global Name)
  2764. 592C0 ''c' (Local Name)
  2765. 592CB ''b' (Local Name)
  2766. 592D6 ''a' (Local Name)
  2767. 59304 's1' (Global Name)
  2768. 59517 ''n' (Local Name)
  2769. 59522 ''prog' (Local Name)
  2770. 595DD Internal TAYLR (3:Symbolic,2:Global Name,1:Real Number)
  2771. 59646 ''n' (Local Name)
  2772. 596B5 "COLCT"
  2773. 59701 "DNEG"
  2774. 5974F "DINV"
  2775. 5979D "*1"
  2776. 59823 "^1"
  2777. 5986D "/1"
  2778. 598F3 "+1-1"
  2779. 59955 "<-->"
  2780. 59981 "<-A"
  2781. 599D0 "A->"
  2782. 59A1F "<-T"
  2783. 59A6E "T->"
  2784. 59ABD "(<-"
  2785. 59B0C "->)"
  2786. 59B5B "(())"
  2787. 59B8B "AF"
  2788. 59BB7 "<-M"
  2789. 59C06 "M->"
  2790. 59C55 "-()"
  2791. 59C83 "1/()"
  2792. 59CB3 "E()"
  2793. 59CE1 "L()"
  2794. 59D0F "L*"
  2795. 59D3B "E^"
  2796. 59D67 "->()"
  2797. 59DB8 "<-D"
  2798. 59E07 "D->"
  2799. 59E56 "->TRG"
  2800. 59E86 "->()"
  2801. 59ED7 "->DEF"
  2802. 59F07 "TRG*"
  2803. 59F91 Internal SIZE (1:Symbolic)
  2804. 5A60F { ''piflag' }
  2805. 5A614 ''piflag' (Local Name)
  2806. 5A665 ''d' (Local Name)
  2807. 5A670 ''r' (Local Name)
  2808. 5A761 ''d' (Local Name)
  2809. 5A76C ''R' (Local Name)
  2810. 5A777 ''est' (Local Name)
  2811. 5A786 ''X' (Local Name)
  2812. 5A791 ''T' (Local Name)
  2813. 5AAE5 ''bnds' (Local Name)
  2814. 5D67D ''which' (Local Name)
  2815. 5D690 ''op1' (Local Name)
  2816. 5D69F ''op2' (Local Name)
  2817. 5DE55 False, iterate loop (pop back)
  2818. 5E067 explode Algebraic
  2819. 5E652 Make stk1 into an Algebraic
  2820. 5E9A7 if copy stk1 = 5EA09 (System Binary) -> True/False
  2821. 5EAF4 drop stk2 and substract one (2:Any,1:System Binary)
  2822. 5EB08 subtract two and drop stk2/stk3 (3:Any,2:Anu,1:System Binary)
  2823. 5EDBE MC: checks for Real Number, Complex Number, Array, Linked Array
  2824. 5EDFC if copy type(stk1) = Real Number, Complex Number, Array or Linked Array, then do/return, else skip
  2825. 5EE0C MC XFER: return and execute the next object in this stream
  2826. 5F061 if copy type(stk2) = Global/Local Name, then do/return, else skip
  2827. 5F090 MC XFER: skip next object
  2828. 5F09D MC XFER: do/return
  2829. 5F127 if copy stk1 = 0 (Real Number), then do/return, else skip
  2830. 5F13B if copy stk1 = (0,0) (Complex Number), then do/return, else skip
  2831. 5F181 if copy stk1 = 1 (Real Number), then do/return, else skip
  2832. 5F19F if copy stk1 = (1,0) (Complex Number), then do/return, else skip
  2833. 5F1EA if copy stk1 = 2 (Real Number), then do/return, else skip
  2834. 5F208 if copy stk1 = (2,0) (Complex Number), do/return, else skip
  2835. 5F267 if copy stk1 = -1 (Real Number), then do/return, else skip
  2836. 5F285 if copy stk1 = (-1,0) (Complex Number), then do/return, else skip
  2837. 5FB49 if pop stk1 != True, then False, iterate loop (pop back)
  2838. 5FDC1 ''ct' (Local Name)
  2839. 5FDCE ''pp' (Local Name)
  2840. 5FDDB ''ep' (Local Name)
  2841. 5FF23 Increment ''pp' and ''ep' (Local Name)
  2842. 6080B ''reg' (Local Name)
  2843. 6081A ''sur' (Local Name)
  2844. 60829 ''cts' (Local Name)
  2845. 60838 ''sun' (Local Name)
  2846. 60847 ''mlg' (Local Name)
  2847. 60856 ''ckd' (Local Name)
  2848. 60865 ''prd' (Local Name)
  2849. 60874 ''prp' (Local Name)
  2850. 60883 ''rhs' (Local Name)
  2851. 60BE9 ''patternls' (Local Name)
  2852. 60C04 ''compos' (Local Name)
  2853. 60C19 ''varls' (Local Name)
  2854. 60C4F ''patternls' (Local Name)
  2855. 60C6A ''compos' (Local Name)
  2856. 60CCA ''compos' (Local Name)
  2857. 60D7F ''varls' (Local Name)
  2858. 60E8C '&1' (Local Name)
  2859. 60E97 '&2' (Local Name)
  2860. 60EA2 '&3' (Local Name)
  2861. 60EAD '&4' (Local Name)
  2862. 60EBD ?? swap @(b-5) and @(b-10)
  2863. 60EE7 swap stk2 and stk3
  2864. 60F0E drop stk3 and swap stk2/stk1
  2865. 60F21 drop stk3
  2866. 60F33 swap stk1 and stk3
  2867. 60F4B Internal 3 DROPN
  2868. 60F54 Internal 7 DROPN
  2869. 60F66 Internal 6 DROPN
  2870. 60F72 Internal 5 DROPN
  2871. 60F7E Internal 4 DROPN
  2872. 60F91 MC: continue RPL
  2873. 60F9B drop stk2
  2874. 60FAC Internal 3 ROLLD
  2875. 60FBB Internal 4 ROLL
  2876. 60FD8 Internal 5 ROLL
  2877. 61002 Internal 6 ROLL
  2878. 6103C Internal 8 ROLL
  2879. 6106B Internal 7 ROLL
  2880. 61099 Internal DUP and 4 ROLLD
  2881. 6109E Internal 4 ROLLD
  2882. 610C4 Internal 5 ROLLD
  2883. 610FA Internal 6 ROLLD
  2884. 6112A drop stk2 and stk3
  2885. 6113C drop stk2, stk3 and stk4
  2886. 611F9 Internal DUP and 3 PICK
  2887. 611FE Internal 3 PICK
  2888. 6121C Internal 4 PICK
  2889. 612CC Internal - and ROLL (N:...,2:System Binary,1:System Binary)
  2890. 612DE Internal + and ROLL (N:...,2:System Binary,1:System Binary)
  2891. 612EC MC XFER: ROLL A.A levels and continue RPL
  2892. 612F3 Internal add one and ROLL (N:...,1:System Binary)
  2893. 61305 Internal DUP, add 2 and ROLL (N:...,1:System Binary)
  2894. 61318 Internal add 2 and ROLL (N:...,1:System Binary)
  2895. 6132C Internal - and ROLLD (N:...,2:System Binary,1:System Binary)
  2896. 6133E Internal + and ROLLD (N:...,2:System Binary,1:Sustem Binary)
  2897. 6134C MC XFER: ROLLD A.A levels and continue RPL
  2898. 61353 Internal add one and ROLLD (N:...,1:System Binary)
  2899. 61365 Internal add 2 and ROLLD (N:...,1:System Binary)
  2900. 61380 Internal DUP, ROT and SWAP
  2901. 618E8 if pop stk1 != True, then DROP & do/return, else skip
  2902. 618F7 if pop stk1 = True, then DROP & do/return, else skip
  2903. 61903 MC XFER: skip next object and continue RPL
  2904. 61907 MC: DROP, return and execute the next object in this stream
  2905. 6191F if pop stk1 = True, then DROP2, do/return, else skip
  2906. 6194B if pop stk1 = True, then DROP and return
  2907. 6196C MC XFER: continue RPL
  2908. 61993 if pop stk1 = True, then do/return, else skip
  2909. 6199F MC XFER: return and execute the next object in this stream
  2910. 619A6 MC XFER: skip next object and continue RPL
  2911. 619AD if pop stk1 != True, then do/return, else skip
  2912. 619BC if pop stk1 = True, then do, else skip
  2913. 61A02 MC: if pop stk1 = True -> set carry
  2914. 61A2C if pop stk1 != True, then return
  2915. 61A3B if pop stk1 = True, then return
  2916. 61A47 MC XFER: End Marker (RPL Return)
  2917. 61A4E MC: continue RPL
  2918. 61A58 if pop stk1 = True, then DROP and skip next object
  2919. 61AD8 if pop stk1 = True, then do/skip, else skip/do
  2920. 61AE9 Return, if pop stk1 = True, then do/skip, else skip/do
  2921. 61B72 if pop stk1 != True, then DROP
  2922. 61C1C allocate nibbles (2:sized object,1:System Binary)
  2923. 61D3A '' (Local Name)
  2924. 61F1B if pop stk1 = True, then SWAP
  2925. 61FA9 if copy stk1 is base ROM XLIB'ed entry point -> True/False
  2926. 61FC7 MC: if copy stk1 is base ROM XLIB'ed entry point -> True/False
  2927. 61FCF MC: if copy stk1 is base ROM XLIB'ed entry point -> set carry
  2928. 62001 Internal 4 ROLL 4 ROLL (swap stk1/2 with stk3/4)
  2929. 62020 if copy type(stk1) = Character -> True/False
  2930. 62025 if pop type(stk1) = Character -> True/False
  2931. 62035 if copy type(stk1) = Global Name -> True/False
  2932. 6203A if pop type(stk1) = Global Name -> True/False
  2933. 6204A if copy type(stk1) = Unit -> True/False
  2934. 6204F if pop type(stk1) = Unit -> True/False
  2935. 6205B MC: if pop type(stk1) = C.A -> True/False
  2936. 62063 MC: Check Prolog -> True/False
  2937. 6207D MC: if carry clear -> replace stk1 with True/False
  2938. 62080 MC: Replace stk1 with True
  2939. 620A0 MC: Replace stk1 with False
  2940. 620B6 MC: restore regs and push True/False (if carry)
  2941. 620B9 MC: restore regs and push True
  2942. 620D2 MC: restore regs and push False
  2943. 620D9 MC: if carry set -> True/False, continue RPL
  2944. 620EB if copy stk2 = pop stk1 (System Binary) -> True/False
  2945. 62103 Replace stk1 with True
  2946. 6210C Replace stk1 with False
  2947. 62115 if copy type(stk1) = Local Name -> True/False
  2948. 6211A if pop type(stk1) = Local Name -> True/False
  2949. 6212A if copy type(stk1) = System Binary -> True/False
  2950. 6212F if pop type(stk1) = System Binary -> True/False
  2951. 6213F if copy type(stk1) = Binary Integer -> True/False
  2952. 62144 if pop type(stk1) = Binary Integer -> True/False
  2953. 62154 if copy type(stk1) = String -> True/False
  2954. 62159 if pop type(stk1) = String -> True/False
  2955. 62169 if copy type(stk1) = Real Number -> True/False
  2956. 6216E if pop type(stk1) = Real Number -> True/False
  2957. 6217E if copy type(stk1) = Complex Number -> True/False
  2958. 62183 if pop type(stk1) = Complex Number -> True/False
  2959. 62193 if copy type(stk1) = Array -> True/False
  2960. 62198 if pop type(stk1) = Array -> True/False
  2961. 621A8 if copy type(stk1) = XLIB Name -> True/False
  2962. 621AD if pop type(stk1) = XLIB Name -> True/False
  2963. 621BD if copy type(stk1) = Directory -> True/False
  2964. 621C2 if pop type(stk1) = Directory -> True/False
  2965. 621D2 if copy type(stk1) = Algebraic -> True/False
  2966. 621D7 if pop type(stk1) = Algebraic -> True/False
  2967. 621E7 if copy type(stk1) = Program -> True/False
  2968. 621EC if pop type(stk1) = Program -> True/False
  2969. 621FC if copy type(stk1) = Graphic -> True/False
  2970. 62201 if pop type(stk1) = Graphic -> True/False
  2971. 62211 if copy type(stk1) = List -> True/False
  2972. 62216 if pop type(stk1) = List -> True/False
  2973. 62226 if copy type(stk1) = Tagged -> True/False
  2974. 6222B if pop type(stk1) = Tagged -> True/False
  2975. 6223B if pop type(stk1) = Real Array -> True/False
  2976. 62256 if pop type(stk1) = Complex Array -> True/False
  2977. 62266 if copy stk1 = 0 (System Binary) -> True/False
  2978. 6226F MC: if A.A = 0 -> True/False
  2979. 62278 MC: copy stk1 (System Binary) into A.A
  2980. 62289 if pop stk1 = 3 (System Binary) -> True/False
  2981. 6229A if pop stk1 = 2 (Sustem Binary) -> True/False
  2982. 622A7 if pop stk1 = 1 (System Binary) -> True/False
  2983. 622B6 if pop stk1 != 1 (System Binary) -> True/False
  2984. 622C5 if copy stk1 = 1 (System Binary) -> True/False
  2985. 622D4 if copy stk1 != 0 (System Binary) -> True/False
  2986. 622DD MC: if A.A != 0 -> True/False
  2987. 622EF Internal SWAP and + (2:String,1:String)
  2988. 623F9 MC XFER: restore regs, DROP and continue RPL
  2989. 62467 MC: restore regs, DROP and continue RPL
  2990. 6249E MC XFER: pop stk1 (System Binary) into A.A
  2991. 624AC MC XFER: restore D,B,D1,D0 (C=D0), clear carry
  2992. 624B3 MC XFER: save regs D,B,D1,D0 (uses C)
  2993. 624BA Internal MIN (2:System Binary,1:System Binary)
  2994. 624C6 Internal MAX (2:System Binary,1:System Binary)
  2995. 62544 MC: continue RPL
  2996. 6256A Internal add 3 (1:System Binary)
  2997. 6257A Internal add 4 (1:System Binary)
  2998. 6258A Internal add 5 (1:System Binary)
  2999. 6259A Internal add 6 (1:System Binary)
  3000. 625AA Internal add 7 (1:System Binary)
  3001. 625BA Internal add 8 (1:System Binary)
  3002. 625CA Internal add 9 (1:System Binary)
  3003. 625DA Internal add 10 (1:System Binary)
  3004. 625EA Internal add 12 (1:System Binary)
  3005. 625FA Internal subtract 3 (1:System Binary)
  3006. 6260A Internal subtract 4 (1:System Binary)
  3007. 6261A Internal subtract 5 (1:System Binary)
  3008. 6262A Internal subtract 6 (1:System Binary)
  3009. 62636 MC: add C.A to stk1 and continue RPL (1:System Binary)
  3010. 6264E Internal multiply by 10 (1:System Binary)
  3011. 6266D MC XFER: push A as new System Binary and continue RPL
  3012. 62674 Internal multiply by 8 (1:System Binary)
  3013. 62691 Internal multiply by 6 (1:System Binary)
  3014. 626AE Return and execute the sixth object in this stream
  3015. 626DC Return and execute the fourth object in this stream
  3016. 626E5 Return and execute the third object in this stream
  3017. 626EE Return and execute the second object in this stream
  3018. 626F7 Internal DUP and add two (1:System Binary)
  3019. 6270C Internal DROP and SWAP
  3020. 62726 Internal DROP SWAP DROP
  3021. 62747 Internal SWAP and DUP
  3022. 62794 Internal SWAP and subtract (2:System Binary,1:System Binary)
  3023. 627A7 Internal DROP and DUP
  3024. 627BB Internal DUP and SIZE (1:String) -> (2:String,1:System Binary)
  3025. 627CE MC XFER: push A as new System Binary and continue RPL
  3026. 62809 Internal add one and DUP (1:System Binary)
  3027. 6281A Internal subtract one and DUP (1:System Binary)
  3028. 62829 MC XFER: pop 2 System Binary into A.A,C.A
  3029. 6289B if copy stk1 > stk2 (System Binary) -> True/False
  3030. 628EB Internal DUP and add one (1:System Binary)
  3031. 6292F Internal DUP and subtract one (1:System Binary)
  3032. 62946 replace stk1 with <1h>
  3033. 62958 ?? return twice and execute the next object in this stream
  3034. 62966 MC XFER: return and execute the next object in this stream
  3035. 62986 Return, if pop stk1 = True, then do/return, else skip
  3036. 629A1 Return, if pop stk1 != True, then do/return, else skip
  3037. 629BC if pop stk2 OR stk1 (Logical), then do/return, else skip
  3038. 62A2F Internal DUP and RCL (1:Global Name/Local Name) -> Name,Contents,True/False
  3039. 62A34 Internal RCL (1:Global Name/Local Name) -> Contents,True/False
  3040. 62B0B Internal DROP2 and False
  3041. 62B6F if copy stk1 != 0 (System Binary), then exit loop, else iterate loop
  3042. 62B88 Internal LIST-> (1:List) -> (N:...,1:Any) (no count)
  3043. 62B9C Internal GET (2:composite object,1:System Binary) -> (1:object) (no True/False)
  3044. 62BC4 Internal 7 ROLLD (7:...,1:Any)
  3045. 62BF1 Internal *10 (1:Real Number)
  3046. 62C41 Internal LIST-> and DUP (1:List) -> (N:...,1:System Binary)
  3047. 62C55 Logical NOT and AND
  3048. 62C69 Internal NEWOB and SWAP
  3049. 62C7D Internal ROT and DUP2 (3:Any,2:Any,1:Any)
  3050. 62C91 Internal ROT and Logical AND
  3051. 62CA5 Internal ROT and OVER
  3052. 62CB9 Internal DUP/DUP
  3053. 62CCD Internal OVER and DUP
  3054. 62CE1 Internal R->SB and DUP
  3055. 62CF5 Internal 3 ROLLD and DUP
  3056. 62D09 Internal 4 ROLLD and DUP
  3057. 62D31 Internal OVER and SWAP
  3058. 62D45 Internal ROLL and SWAP (N:...,1:System Binary)
  3059. 62D59 Internal "" and SWAP
  3060. 62D6D Internal SUB (bytes)... and SWAP
  3061. 62D81 if copy stk2 <= stk1 (Real Number) then SWAP
  3062. 62D9F if pop stk1 != True then SWAP
  3063. 62DFE Internal + and SWAP (3:Any,2:System Binary,1:System Binary)
  3064. 62E12 Internal - and SWAP (3:Any,2:System Binary,1:System Binary)
  3065. 62E26 Internal add 1 and SWAP (2:Any,1:System Binary)
  3066. 62E3A Internal <0h> and SWAP
  3067. 62E4E Internal sub 1, <1h> and SWAP (1:System Binary)
  3068. 62E67 Internal <1h> and SWAP
  3069. 62E7B Internal R->SB and SWAP (1:Real Number)
  3070. 62E8F Internal R->LR and SWAP (1:Real Number)
  3071. 62EA3 Internal * and SWAP (Long Real)
  3072. 62EB7 drop stk2 and stk3, True
  3073. 62ECB Internal 4 ROLL and SWAP
  3074. 62EDF Internal 3 PICK and SWAP
  3075. 62EF3 Internal 4 PICK and SWAP
  3076. 62F1B if pop stk1 = True, then SWAP
  3077. 62F43 if pop stk1 = True, then DROP, else SWAP/DROP
  3078. 62F5C if pop stk1 = True, then SWAP/DROP, else DROP
  3079. 62F75 Internal DROPN and DROP (1:System Binary)
  3080. 62F89 Internal ROLL and DROP (N:...,1:System Binary)
  3081. 62FB1 Internal DUP and ROT
  3082. 62FC5 Internal DROP and ROT
  3083. 62FD9 Internal subtract one and ROT (1:System Binary)
  3084. 62FED Internal * and ROT (Long Real)
  3085. 63001 Internal 4 ROLL and ROT
  3086. 63015 Internal 4 ROLLD and ROT
  3087. 63029 Internal DROP and OVER
  3088. 6303D Logical IFF and OVER
  3089. 63051 Internal + and OVER (3:Any,2:System Bianry,1:System Binary)
  3090. 63065 Internal - and OVER (3:Any,2:System Binary,1:System Binary)
  3091. 63079 <0h> and internal OVER
  3092. 6308D Internal 3 ROLLD and OVER
  3093. 630A1 Internal 4 ROLL and OVER
  3094. 630B5 Internal 3 PICK and OVER
  3095. 630C9 Internal 4 PICK and OVER
  3096. 630DD Internal DUP and PICK (N:...,1:System Binary)
  3097. 630F1 Internal DUP and ROLL (N:...,1:System Binary)
  3098. 63119 Internal 8 ROLLD
  3099. 6312D Internal 10 ROLLD
  3100. 6317D if pop stk1 = True, then internal UVAL
  3101. 63191 append <CR> (1:String)
  3102. 631A5 Internal subtract one and ->LIST (N:...,1:System Binary)
  3103. 631B9 Internal 2 ->LIST
  3104. 631CD Internal 3 ->LIST
  3105. 631E1 Internal DUP and LIST->
  3106. 631F5 Internal SWAP and LIST->
  3107. 6321D if copy stk1 is empty (composite object) -> True/False
  3108. 63295 Internal DUP and String to Global Name (1;String)
  3109. 632A9 Internal SWAP and R->C (2:Real Number,1:Real Number)
  3110. 632BD Unevaluated No Operation (continue RPL)
  3111. 632D1 ->PROGRAM and EVAL (N:...,1:System Binary)
  3112. 6333A if pop stk1 = 0 (Sustem Binary), then skip
  3113. 63353 if pop stk1 = 1 (System Binary), then skip
  3114. 6336C if pop stk2 = stk1 (System Binary), then skip
  3115. 63399 if pop stk2 > stk1 (System Binary), then skip
  3116. 633B2 return and skip next object (internal ELSE)
  3117. 633C6 if pop stk1 = True, then exit loop, else iterate loop
  3118. 633DF if pop stk1 = True, then skip next two objects and iterate
  3119. 633F8 if copy stk1 = 0 (System Binary), then skip next two objects and iterate loop
  3120. 63411 Internal DUP and push current loop counter as System Binary
  3121. 63425 Internal SWAP and push current loop counter as System Binary
  3122. 63439 Internal OVER and push current loop counter as System Binary
  3123. 6344D Internal SWAP and next (internal loop)
  3124. 63466 Internal DROP and next (internal loop)
  3125. 6347F Internal DUP and for 0 to (stk1)-1 (1:System Binary)
  3126. 634F7 True and False
  3127. 6350B False and True
  3128. 6351F <0h> and False
  3129. 63533 <1h> and False
  3130. 635B0 Logical NOR
  3131. 635C4 Internal != (2:Any,1:Any) -> True/False
  3132. 635D8 Internal DUP2 and Logical IFF (equivalence)
  3133. 63605 Logical IFF and OR
  3134. 63619 Internal SAME and Logical OR
  3135. 6362D if pop (stk2 = 0) or (stk1 = 0) -> True/False
  3136. 6364B if copy stk2 = 0 (System Binary) -> True/False
  3137. 6365F Internal OVER and if pop stk2 < stk1 (System Binary) -> True/False
  3138. 63673 if pop stk1 < 3 (System Binary) -> True/False
  3139. 63687 if copy stk1 < 7 (System Binary) -> True/False
  3140. 636A0 explode composite object, 1 element? -> (N:...,1:True/False)
  3141. 636B4 if pop stk1 = 5 (System Binary) -> True/False
  3142. 636C8 if pop stk1 != 2 (System Binary) -> True/False
  3143. 636DC Internal OVER and if pop stk2 > stk1 (System Binary) -> True/False
  3144. 636F0 if pop stk1 > 1 (System Binary) -> True/False
  3145. 63704 Internal DUP2 and + (2:System Binary,1:System Binary)
  3146. 63718 Internal ROT and + (2:System Binary,1:System Binary)
  3147. 6372C Internal OVER and + (2:System Binary,1:System Binary)
  3148. 63740 Internal 3 PICK and + (System Bianry)
  3149. 63754 Internal 4 PICK and + (System Binary)
  3150. 63768 Internal ROT and - (System Binary)
  3151. 6377C Internal OVER and - (System Binary)
  3152. 63790 push loop counter and - (1:System Binary)
  3153. 637A4 Internal DUP, ROT, SWAP and subtract (2:System Binary,1:System Binary)
  3154. 637B8 Internal ROT and add one (System Binary)
  3155. 637F4 Internal DROP and subtract one (System Binary)
  3156. 6386C Internal SWAP and DUP2
  3157. 63A29 Store stk1 into ''dvar' (Local Name)
  3158. 63A3D Store stk1 into ''LNAME' (Local Name)
  3159. 63A56 if pop stk1 is delta (stepwise derivative) (XLIB 2 248) -> True/False
  3160. 63A6F if copy stk1 is { } -> True/False
  3161. 63A88 Internal DUP and <0h>
  3162. 63A9C Internal DUP and <1h>
  3163. 63AB0 Internal SWAP and <1h>
  3164. 63AC4 <1h> and <1h>
  3165. 63AD8 Internal DUP and <2h>
  3166. 63B05 if pop stk1 = True, then Bad Argument Value
  3167. 63B19 if pop stk1 != True, then Bad Argument Value
  3168. 63B2D if copy type(stk1) != Real Number, then Bad Argument Type
  3169. 63B46 if pop stk1 != True, then Bad Argument Type
  3170. 63B5A Unevaluated * (multiply)
  3171. 63B6E Unevaluated delta (stepwise derivative)
  3172. 63B82 Internal / and LR->R (2:Long Real,1:Long Real)
  3173. 63B96 Internal SB->LR (1:System Binary)
  3174. 63BAA if copy stk1 = 0 (Real Number) -> True/False
  3175. 63BBE Internal SWAP and / (Long Real)
  3176. 63BEB if pop stk1 = True, then return and chrip (337 Hz, 70 msec), freeze display
  3177. 63C04 get GROB columns
  3178. 63C18 Internal * and 3 ROLLD (Long Real)
  3179. 63C2C Internal SWAP and 4 ROLL
  3180. 63C40 Internal DUP2 and 5 ROLL
  3181. 63C54 Internal SWAP and 3 PICK
  3182. 63C68 Internal 3 PICK, 3 PICK
  3183. 63C7C Internal SWAP and 4 PICK
  3184. 63CA4 if SAME, then DROP & do/return, else skip
  3185. 63CBD if copy stk1 = 0 (System Binary), then DROP and return
  3186. 63CD6 if pop stk2 IFF stk1, then do/return, else skip
  3187. 63CEA if pop stk2 AND stk1, then do/return, else skip
  3188. 63CFE if pop SAME, then do/return, else skip
  3189. 63D12 if pop stk2 < stk1 (System Binary), then do/return, else skip
  3190. 63D26 if pop stk1 = 1 (System Binary), then do/return, else skip
  3191. 63D3A if pop stk2 != stk1 (System Binary), then do/return, else skip
  3192. 63D4E if pop stk1 > 2 (System Binary), then do/return, else skip
  3193. 63D67 if pop stk2 > stk1 (System Binary), then do/return, else skip
  3194. 63D7B if pop stk1 = 0 (Real Number), then do/return, else skip
  3195. 63D8F if pop type(stk1) = Real Number, then do/return, else skip
  3196. 63DA3 if copy type(stk1) = Array, then do/return, else skip
  3197. 63DB7 if copy type(stk1) = List, then do/return, else skip
  3198. 63DDF if pop stk2 AND stk1 (Logical), then skip, else do/return
  3199. 63DF3 if pop SAME, then skip, else do/return
  3200. 63E07 if copy type(stk1) = Global Name, then skip next, else do/return
  3201. 63E1B if copy type(stk1) = Real Number, then skip next, else do/return
  3202. 63E2F if pop stk2 XOR stk1, then skip
  3203. 63E48 if copy stk1 = 0 (System Binary), then do, else skip
  3204. 63E61 if pop stk2 AND stk1, then do/skip, else skip/do
  3205. 63E75 if pop stk2 IFF stk1, then do/skip, else skip/do
  3206. 63E89 if pop stk1 = 0 (System Binary), then do/skip, else skip/do
  3207. 63E9D if pop stk2 < stk1 (System Binary), then do/skip, else skip/do
  3208. 63EB1 if pop stk2 > stk1 (System Binary), then do/skip, else skip/do
  3209. 63EC5 if copy stk1 = 0 (System Binary), then do/skip, else skip/do
  3210. 63ED9 if User flag set, then do/skip, else skip/do
  3211. 63EED if System flag set (System Binary), then do/skip, else skip/do
  3212. 63F6A Internal + and SWAP (String)
  3213. 63FA6 Internal DROP and DROPN (System Binary)
  3214. 63FBA Internal 4 PICK 4 PICK
  3215. 63FCE if copy type(stk1) != Program, then 1 ->PROGRAM
  3216. 63FE7 Internal 1 ->PROGRAM (1:Any)
  3217. 63FFB Internal 2 ->PROGRAM (2:Any,1:Any)
  3218. 6400F clear loop end value
  3219. 64023 hidden recall (1:Global Name/Local Name) -> (2:contents,1:True/False)
  3220. 64078 hidden store (2:Any,1:Local Name)
  3221. 641CC DUP and execute next object
  3222. 641FC <0h>, <0h>
  3223. 64209 <0h>, <1h>
  3224. 64214 MC: push A.A and C.A as System Binary (small)
  3225. 64236 MC: push A.A as System Binary (small)
  3226. 6427A <0h>, <7h>
  3227. 6428A <1h>, <1Bh>
  3228. 6429D <2h>, <1h>
  3229. 642AF <2h>, <2h>
  3230. 642BF <2h>, <4h>
  3231. 642D1 <3h>, <4h>
  3232. 642E3 <5h> and <4h>
  3233. 642F7 <5h>, <4h>
  3234. 64309 <0h>, <0h>, <0h>
  3235. 6431D <0h>, <0h>, <1h>
  3236. 64331 <0h>, <0h>, <2h>
  3237. 644A3 Internal POS (2:List,1:Any) -> System Binary
  3238. 644BC Internal POS (2:Any,1:List) -> System Binary
  3239. 645B1 Internal POS w/start (2:String,1:String/Character,1:System Binary) -> System Binary
  3240. 645BD Internal POS w/limit (3:String,2:String/Character,1:System Binary) -> System Binary
  3241. 6475C Character to String (1:Character)
  3242. 64775 Internal DTAG (1:Any)
  3243. 647A2 Internal DTAG level 2 object
  3244. 64B12 <2Ch>
  3245. 64B1C <2Dh>
  3246. 64B26 <2Eh>
  3247. 64B30 <2Fh>
  3248. 64B3A <30h>
  3249. 64B44 <31h>
  3250. 64B4E <32h>
  3251. 64B58 <33h>
  3252. 64B62 <34h>
  3253. 64B6C <35h>
  3254. 64B76 <36h>
  3255. 64B80 <37h>
  3256. 64B8A <38h>
  3257. 64B94 <39h>
  3258. 64B9E <3Ah>
  3259. 64BA8 <3Bh>
  3260. 64BB2 <3Ch>
  3261. 64BBC <3Dh>
  3262. 64BC6 <3Eh>
  3263. 64BD0 <3Fh>
  3264. 64BDA <40h>
  3265. 64BE4 <41h>
  3266. 64BEE <42h>
  3267. 64BF8 <43h>
  3268. 64C02 <44h>
  3269. 64C0C <45h>
  3270. 64C16 <46h>
  3271. 64C20 <4Ah>
  3272. 64C2A <4Fh>
  3273. 64C34 <50h>
  3274. 64C3E <51h>
  3275. 64C48 <52h>
  3276. 64C52 <53h>
  3277. 64C5C <54h>
  3278. 64C66 <55h>
  3279. 64C70 <56h>
  3280. 64C7A <57h>
  3281. 64C84 <5Bh>
  3282. 64C8E <60h>
  3283. 64C98 <61h>
  3284. 64CA2 <62h>
  3285. 64CAC <64h>
  3286. 64CB6 <65h>
  3287. 64CC0 <6Fh>
  3288. 64CCA <70h>
  3289. 64CD4 <71h>
  3290. 64CDE <72h>
  3291. 64CE8 <73h>
  3292. 64CF2 <74h>
  3293. 64CFC <75h>
  3294. 64D06 <7Ah>
  3295. 64D10 <80h>
  3296. 64D1A <82h>
  3297. 64D24 <83h>
  3298. 64D2E <8Fh>
  3299. 64D38 <91h>
  3300. 64D42 <92h>
  3301. 64D4C <9Ah>
  3302. 64D56 <9Eh>
  3303. 64D60 <9Fh>
  3304. 64D6A <A0h>
  3305. 64D74 <A1h>
  3306. 64D7E <A2h>
  3307. 64D88 <A5h>
  3308. 64D92 <A6h>
  3309. 64D9C <A7h>
  3310. 64DA6 <A9h>
  3311. 64DB0 <AAh>
  3312. 64DBA <AEh>
  3313. 64DC4 <B1h>
  3314. 64DCE <BBh>
  3315. 64DD8 <C0h>
  3316. 64DE2 <CCh>
  3317. 64DEC <D0h>
  3318. 64DF6 <E1h>
  3319. 64E00 <EAh>
  3320. 64E0A <EEh>
  3321. 64E14 <F0h>
  3322. 64E1E <FDh>
  3323. 64E28 <FFh>
  3324. 64E32 <100h>
  3325. 64E3C <102h>
  3326. 64E46 <106h>
  3327. 64E50 <107h>
  3328. 64E5A <110h>
  3329. 64E64 <111h>
  3330. 64E6E <123h>
  3331. 64E78 <124h>
  3332. 64E82 <131h>
  3333. 64E8C <132h>
  3334. 64E96 <133h>
  3335. 64EA0 <134h>
  3336. 64EAA <135h>
  3337. 64EB4 <136h>
  3338. 64EBE <137h>
  3339. 64EC8 <138h>
  3340. 64ED2 <139h>
  3341. 64EDC <13Ah>
  3342. 64EE6 <13Bh>
  3343. 64EF0 <13Dh>
  3344. 64EFA <13Eh>
  3345. 64F04 <151h>
  3346. 64F0E <200h>
  3347. 64F18 <205h>
  3348. 64F22 <311h>
  3349. 64F2C <411h>
  3350. 64F36 <412h>
  3351. 64F40 <444h>
  3352. 64F4A <451h>
  3353. 64F54 <452h>
  3354. 64F5E <510h>
  3355. 64F68 <511h>
  3356. 64F72 <550h>
  3357. 64F7C <610h>
  3358. 64F86 <650h>
  3359. 64F90 <700h>
  3360. 64F9A <861h>
  3361. 64FA4 <862h>
  3362. 64FAE <865h>
  3363. 64FB8 <86Eh>
  3364. 64FC2 <A03h>
  3365. 64FCC <A11h>
  3366. 64FD6 <A12h>
  3367. 64FE0 <A1Ah>
  3368. 64FEA <A21h>
  3369. 64FF4 <A22h>
  3370. 64FFE <A2Ah>
  3371. 65008 <A61h>
  3372. 65012 <A62h>
  3373. 6501C <A65h>
  3374. 65026 <A6Eh>
  3375. 65030 <AA1h>
  3376. 6503A <AA2h>
  3377. 65044 <AAAh>
  3378. 6504E <C06h>
  3379. 65058 <C07h>
  3380. 65062 <C08h>
  3381. 6506C <C0Ah>
  3382. 65076 <C0Bh>
  3383. 65080 <DFFh>
  3384. 6508A <E00h>
  3385. 65094 <70000h>
  3386. 6509E <FFFFFh>
  3387. 650A8 2.71828182846
  3388. 650BD .5
  3389. 650D2 -.5
  3390. 650E7 10
  3391. 650FC 180
  3392. 65111 200
  3393. 65126 360
  3394. 6513B 400
  3395. 65150 "]"
  3396. 6515C "[ "
  3397. 6516A "["
  3398. 65176 "{"
  3399. 65182 "}"
  3400. 6518E "#"
  3401. 6519A "_"
  3402. 651A6 "$"
  3403. 651B2 "&"
  3404. 651BE "\027"
  3405. 651CA ">>"
  3406. 651D6 "<<"
  3407. 651E2 "E"
  3408. 651EE "\<)"
  3409. 651FA "Sigma"
  3410. 65206 "|"
  3411. 65212 "              "
  3412. 65238 "<CR>"
  3413. 65244 "der"
  3414. 65254 " "
  3415. 65260 "UNKNOWN"
  3416. 65278 """
  3417. 65284 "'"
  3418. 65290 ","
  3419. 6529C "."
  3420. 652A8 ";"
  3421. 652B4 "("
  3422. 652C0 ")"
  3423. 652CC "^"
  3424. 652D8 "*"
  3425. 652E4 "/"
  3426. 652F0 "+"
  3427. 652FC "-"
  3428. 65308 "="
  3429. 65314 "sq.root"
  3430. 65320 "\.d"
  3431. 6532C "GROB"
  3432. 6533E "C$"
  3433. 6534C "0"
  3434. 65358 "1"
  3435. 65364 "2"
  3436. 65370 "3"
  3437. 6537C "4"
  3438. 65388 "5"
  3439. 65394 "6"
  3440. 653A0 "7"
  3441. 653AC "8"
  3442. 653B8 "9"
  3443. 653C4 Reference to message table for library 00B (XLIB 11)
  3444. 653CE Reference to message table for library 001 (XLIB 1)
  3445. 653D8 Reference to message table for library 002 (XLIB 2)
  3446. 653E2 Reference to message table for library 003 (XLIB 3)
  3447. 653EC Reference to message table for library 005 (XLIB 5)
  3448. 653F6 Reference to message table for library 00C (XLIB 12)
  3449. 65400 Reference to message table for library 00D (XLIB 13)
  3450. 6540A Reference to message table for library 00A (XLIB 10)
  3451. 65414 Reference to message table for library 006 (XLIB 6)
  3452. 6541E 'null' 0x00 (Character)
  3453. 65425 '...' 0x1F (Character)
  3454. 6542C '"' 0x22 (Character)
  3455. 65433 '#' 0x23 (Character)
  3456. 6543A '*' 0x2A (Character)
  3457. 65441 '+' 0x2B (Character)
  3458. 65448 ',' 0x2C (Character)
  3459. 6544F '-' 0x2D (Character)
  3460. 65456 '.' 0x2E (Character)
  3461. 6545D '/' 0x2F (Character)
  3462. 65464 '0' 0x30 (Character)
  3463. 6546B '1' 0x31 (Character)
  3464. 65472 '2' 0x32 (Character)
  3465. 65479 '3' 0x33 (Character)
  3466. 65480 '4' 0x34 (Character)
  3467. 65487 '5' 0x35 (Character)
  3468. 6548E '6' 0x36 (Character)
  3469. 65495 '7' 0x37 (Character)
  3470. 6549C '8' 0x38 (Character)
  3471. 654A3 '9' 0x39 (Character)
  3472. 654AA ':' 0x3A (Character)
  3473. 654B1 ';' 0x3B (Character)
  3474. 654B8 '<' 0x3C (Character)
  3475. 654BF '=' 0x3D (Character)
  3476. 654C6 '>' 0x3E (Character)
  3477. 654CD 'A' 0x41 (Character)
  3478. 654D4 'B' 0x42 (Character)
  3479. 654DB 'C' 0x43 (Character)
  3480. 654E2 'D' 0x44 (Character)
  3481. 654E9 'E' 0x45 (Character)
  3482. 654F0 'F' 0x46 (Character)
  3483. 654F7 'G' 0x47 (Character)
  3484. 654FE 'H' 0x48 (Character)
  3485. 65505 'I' 0x49 (Character)
  3486. 6550C 'J' 0x4A (Character)
  3487. 65513 'K' 0x4B (Character)
  3488. 6551A 'L' 0x4C (Character)
  3489. 65521 'M' 0x4D (Character)
  3490. 65528 'N' 0x4E (Character)
  3491. 6552F 'O' 0x4F (Character)
  3492. 65536 'P' 0x50 (Character)
  3493. 6553D 'Q' 0x51 (Character)
  3494. 65544 'R' 0x52 (Character)
  3495. 6554B 'S' 0x53 (Character)
  3496. 65552 'T' 0x54 (Character)
  3497. 65559 'U' 0x55 (Character)
  3498. 65560 'V' 0x56 (Character)
  3499. 65567 'W' 0x57 (Character)
  3500. 6556E 'X' 0x58 (Character)
  3501. 65575 'Y' 0x59 (Character)
  3502. 6557C 'Z' 0x5A (Character)
  3503. 65583 'a' 0x61 (Character)
  3504. 6558A 'b' 0x62 (Character)
  3505. 65591 'c' 0x63 (Character)
  3506. 65598 'd' 0x64 (Character)
  3507. 6559F 'e' 0x65 (Character)
  3508. 655A6 'f' 0x66 (Character)
  3509. 655AD 'g' 0x67 (Character)
  3510. 655B4 'h' 0x68 (Character)
  3511. 655BB 'i' 0x69 (Character)
  3512. 655C2 'j' 0x6A (Character)
  3513. 655C9 'k' 0x6B (Character)
  3514. 655D0 'l' 0x6C (Character)
  3515. 655D7 'm' 0x6D (Character)
  3516. 655DE 'n' 0x6E (Character)
  3517. 655E5 'o' 0x6F (Character)
  3518. 655EC 'p' 0x70 (Character)
  3519. 655F3 'q' 0x71 (Character)
  3520. 655FA 'r' 0x72 (Character)
  3521. 65601 's' 0x73 (Character)
  3522. 65608 't' 0x74 (Character)
  3523. 6560F 'u' 0x75 (Character)
  3524. 65616 'v' 0x76 (Character)
  3525. 6561D 'w' 0x77 (Character)
  3526. 65624 'x' 0x78 (Character)
  3527. 6562B 'y' 0x79 (Character)
  3528. 65632 'z' 0x7A (Character)
  3529. 65639 '->' 0x8D (Character)
  3530. 65640 '<<' 0xAB (Character)
  3531. 65647 '>>' 0xBB (Character)
  3532. 6564E 'angle' 0x80 (Character)
  3533. 65655 'derivative' 0x88 (Character)
  3534. 6565C 'integral' 0x84 (Character)
  3535. 65663 '(' 0x28 (Character)
  3536. 6566A '<LF>' 0x0A (Character)
  3537. 65671 'pi' 0x87 (Character)
  3538. 65678 ')' 0x29 (Character)
  3539. 6567F 'Sigma' 0x85 (Character)
  3540. 65686 ' ' 0x20 (Character)
  3541. 6568D '_' 0x5F (Character)
  3542. 65694 '[' 0x5B (Character)
  3543. 6569B ']' 0x5D (Character)
  3544. 656A2 '{' 0x7B (Character)
  3545. 656A9 '}' 0x7D (Character)
  3546. 656B0 '<=' 0x89 (Character)
  3547. 656B7 '>=' 0x8A (Character)
  3548. 656BE '!=' 0x8B (Character)
  3549. 656C5 "R\<)\<)"
  3550. 656D5 "R\<)Z"
  3551. 656E5 "XYZ"
  3552. 656F5 "<<>>"
  3553. 65703 "{}"
  3554. 65711 "[]"
  3555. 6571F "''"
  3556. 6572D "::"
  3557. 6573B "()"
  3558. 65749 """"
  3559. 65757 "ECHO"
  3560. 65769 "EXIT"
  3561. 6577B "Undefined"
  3562. 65797 "RAD"
  3563. 657A7 "GRAD"
  3564. 66D06 blanked cursor (Graphic 4 x 6)
  3565. 66D26 big Sigma (Graphic 16 x 18)
  3566. 66D82 ?? two vertical dots (Graphic 3 x 8)
  3567. 66DA6 ?? two vertical dots (Graphic 3 x 6)
  3568. 66DC6 small close paren (Graphic 6 x 6)
  3569. 66DE6 small open paren (Graphic 6 x 6)
  3570. 66E8D Graphic template (Graphic 0 x 0)
  3571. 66EA5 Equation Writer cursor (big) (Graphic 6 x 10)
  3572. 66ECD Equation Writer cursor (mediam) (Graphic 6 x 8)
  3573. 66EF1 Equation Writer cursor (small) (Graphic 4 x 6)
  3574. 66F11 blanked cursor (Graphic 6 x 8)
  3575. 66F35 blanked cursor (Graphic 6 x 10)
  3576. 66F5D inverse arrow up (Graphic 7 x 5)
  3577. 66F7D inverse arrow up (Graphic 5 x 4)
  3578. 67365 "d"
  3579. 6947C ''' 0x27 (Character)
  3580. 69483 '@' 0x40 (Character)
  3581. 69692 " RATIO "
  3582. 69A97 ''Radix' (Local Name)
  3583. 69AAA ''KeysOK?' (Local Name)
  3584. 69AC1 ''ExprLit' (Local Name)
  3585. 69AD8 ''BuffW' (Local Name)
  3586. 69AEB ''BuffH' (Local Name)
  3587. 69AFE ''SaveBlank' (Local Name)
  3588. 69B19 ''ManOp' (Local Name)
  3589. 69B2C ''nohalt' (Local Name)
  3590. 69B41 ''AppMode' (Local Name)
  3591. 69B58 ''NameGrob' (Local Name)
  3592. 69B71 ''EXITFCN' (Local Name)
  3593. 69B88 ''FontGauge' (Local Name)
  3594. 69BA3 ''LE' (Local Name)
  3595. 69BB0 ''LB' (Local Name)
  3596. 69BBD ''TE' (Local Name)
  3597. 69BCA ''FormEnvOK' (Local Name)
  3598. 69BE5 ''prow' (Local Name)
  3599. 69BF6 ''pcol' (Local Name)
  3600. 69C07 ''cursy' (Local Name)
  3601. 69C1A ''cursx' (Local Name)
  3602. 69C2D ''ttt' (Local Name)
  3603. 69C3C ''source' (Local Name)
  3604. 69C51 ''ofs' (Local Name)
  3605. 69C60 ''tok' (Local Name)
  3606. 69C6F ''rbv' (Local Name)
  3607. 69C7E ''idfflg' (Local Name)
  3608. 69C93 ''tmpop' (Local Name)
  3609. 69CA6 ''tmppdat' (Local Name)
  3610. 69CBD ''ploc' (Local Name)
  3611. 69CCE ''bv' (Local Name)
  3612. 69CDB ''unbound' (Local Name)
  3613. 6A577 "RULES"
  3614. 6A59F "EDIT"
  3615. 6A5C0 "EXPR"
  3616. 6A5E1 "SUB"
  3617. 6A600 "REPL"
  3618. 6B413 "NOT "
  3619. 6D1C1 " "
  3620. 6D2B1 '?' 0x3F (Character)
  3621. 70200 Time Init
  3622. 704EA key buffer
  3623. 70551 pointer to menu display
  3624. 70556 ptr to Stack Display (Graphic 131 x 56)
  3625. 7055B ptr to stack display
  3626. 70565 ptr to PICT (Graphic)
  3627. 7056F heap pointer
  3628. 70574 saved B (return stack pointer)
  3629. 70579 saved D1 (RPL stack pointer)
  3630. 7057E bottom (start) of stack (grows down)
  3631. 70583 local var ptr addr
  3632. 70588 pointer to current loop information
  3633. 7058D ?? menu keys ??
  3634. 70592 ptr to HOME directory
  3635. 70597 end HOME directory (points to 00000 prob for ATTACH)
  3636. 7059C ptr to Current Directory
  3637. 705A1 ptr to Temp Directory
  3638. 705A6 ptr to User Keys
  3639. 705AB ptr to Alarm List
  3640. 705B0 saved D0 (RPL thread pointer)
  3641. 705B5 temp save A.A
  3642. 705BA save arg ptrs (15 Nibbles)
  3643. 705D9 ROM: ML Version Output
  3644. 7061E ptr to Current Menu
  3645. 70623 ptr to Last Menu
  3646. 70637 ptr to Unshifted Menu Key routine
  3647. 7063C ptr to Left-shifted Menu Key routine
  3648. 70641 ptr to Right-shifted Menu Key routine
  3649. 7065A Current Command
  3650. 7066E saved D (free stack space)
  3651. 70673 Last Error Code
  3652. 7069F Stack Size (nibbles)
  3653. 706A4 Random Seed
  3654. 706C5 RPL System Flags -1 thru -4
  3655. 706C6 RPL System Flags -5 thru -8
  3656. 706C7 RPL System Flags -9 thru -12
  3657. 706C8 RPL System Flags -13 thru -16
  3658. 706C9 RPL System Flags -17 thru -20
  3659. 706CA RPL System Flags -21 thru -24
  3660. 706CB RPL System Flags -25 thru -28
  3661. 706CC RPL System Flags -29 thru -32
  3662. 706CD RPL System Flags -33 thru -36
  3663. 706CE RPL System Flags -37 thru -40
  3664. 706CF RPL System Flags -41 thru -44
  3665. 706D0 RPL System Flags -45 thru -48
  3666. 706D1 RPL System Flags -49 thru -52
  3667. 706D2 RPL System Flags -53 thru -56
  3668. 706D3 RPL System Flags -57 thru -60
  3669. 706D4 RPL System Flags -61 thru -64
  3670. 706D5 RPL User Flags
  3671. 706FD # arg ptrs @ 705BA???
  3672. 706FF Save Last Err#
  3673. 70713 GROB for displaying lines of stack. Enough mem for 19 char bitmap
  3674. 70794 PRG mode indicator
  3675. 707C9 Current Menu Offset
  3676. 707D3 Last Menu Offset
  3677. 707D9 Known Libraries (count:3,lib#:3,adr:5,lib#:3,adr:5,...)
  3678. 70844 GROB for menu display: 8 by 131
  3679. 70968 GROB for the rest of the screen: 56 by 131
  3680. 710EC GROB for plot display: variable size
  3681. 71AD8 ASCIC: Version
  3682. 71AF6 ASCIC: Copyright
  3683. 72000 Message table for library 000 (XLIB 0)
  3684. 72281 Message table for library 00A (XLIB 10)
  3685. 7232C Message table for library 00C (XLIB 12)
  3686. 7260A Message table for library 00D (XLIB 13)
  3687. 726A5 Message table for library 00B (XLIB 11)
  3688. 72704 Message table for library 001 (XLIB 1)
  3689. 72DCF Message table for library 002 (XLIB 2)
  3690. 72F1E Message table for library 003 (XLIB 3)
  3691. 72FE6 Message table for library 006 (XLIB 6)
  3692. 736F9 Message table for library 005 (XLIB 5)
  3693. 7427C Hash table for library 700 (XLIB 1792)
  3694. 7448A Hash table for library 002 (XLIB 2)
  3695. 7A929 'alpha' 0x8C (Character)
  3696. 7A930 '%' 0x25 (Character)
  3697. 7A937 ''' 0x27 (Character)
  3698. 7A93E '<=' 0x89 (Character)
  3699. 7A945 '>=' 0x8A (Character)
  3700. 7A94C '!=' 0x8B (Character)
  3701. 7A953 "=="
  3702. 7A961 '~' 0x7E (Character)
  3703. 7A968 'beta' 0xDF (Character)
  3704. 7A96F 'Delta' 0x9B (Character)
  3705. 7A976 'delta' 0x92 (Character)
  3706. 7A97D 'epsilon' 0x93 (Character)
  3707. 7A984 'theta' 0x95 (Character)
  3708. 7A98B 'gamma' 0x91 (Character)
  3709. 7A992 'eta' 0x94 (Character)
  3710. 7A999 'inverted !' 0xA1 (Character)
  3711. 7A9A0 'infinity' 0x9F (Character)
  3712. 7A9A7 '|' 0x7C (Character)
  3713. 7A9AE 'up-arrow' 0x90 (Character)
  3714. 7A9B5 'lamda' 0x96 (Character)
  3715. 7A9BC 'mu' 0xB5 (Character)
  3716. 7A9C3 '|>' 0x86 (Character)
  3717. 7A9CA 'Omega' 0x9D (Character)
  3718. 7A9D1 '<-' 0x8E (Character)
  3719. 7A9D8 'down-arrow' 0x8F (Character)
  3720. 7A9DF 'rho' 0x97 (Character)
  3721. 7A9E6 'sigma' 0x98 (Character)
  3722. 7A9ED 'tau' 0x99 (Character)
  3723. 7A9F4 'inverted ?' 0xBF (Character)
  3724. 7A9FB 'omega' 0x9A (Character)
  3725. 7AA02 'x-bar' 0x81 (Character)
  3726. 7AA09 'plus/minus' 0xB1 (Character)
  3727. 7AA10 'Pi' 0x9C (Character)
  3728. 7AA17 'cents' 0xA2 (Character)
  3729. 7AA1E 'British Pounds' 0xA3 (Character)
  3730. 7AA25 'Yen' 0xA5 (Character)
  3731. 7AA2C 'currency' 0xA4 (Character)
  3732. 7AA33 'degree' 0xB0 (Character)
  3733. 7AA3A '!' 0x21 (Character)
  3734. 7AA41 '?' 0x3F (Character)
  3735. 7AA48 '&' 0x26 (Character)
  3736. 7AA4F '@' 0x40 (Character)
  3737. 7AA56 '$' 0x24 (Character)
  3738. 7AA5D default key binding for key# <1h> (rc: 11)
  3739. 7AA94 default key binding for key# <2h> (rc: 12)
  3740. 7AACB default key binding for key# <3h> (rc: 13)
  3741. 7AB02 default key binding for key# <4h> (rc: 14)
  3742. 7AB39 default key binding for key# <5h> (rc: 15)
  3743. 7AB70 default key binding for key# <6h> (rc: 16)
  3744. 7ABA7 default key binding for key# <7h> (rc: 21)
  3745. 7ABDE default key binding for key# <8h> (rc: 22)
  3746. 7AC15 default key binding for key# <9h> (rc: 23)
  3747. 7AC4C default key binding for key# <Ah> (rc: 24)
  3748. 7AC83 default key binding for key# <Bh> (rc: 25)
  3749. 7ACBA default key binding for key# <Ch> (rc: 26)
  3750. 7ACF1 default key binding for key# <Dh> (rc: 31)
  3751. 7AD28 default key binding for key# <Eh> (rc: 32)
  3752. 7AD5F default key binding for key# <Fh> (rc: 33)
  3753. 7AD96 default key binding for key# <10h> (rc: 34)
  3754. 7ADCD default key binding for key# <11h> (rc: 35)
  3755. 7AE04 default key binding for key# <12h> (rc: 36)
  3756. 7AE3B default key binding for key# <13h> (rc: 41)
  3757. 7AE72 default key binding for key# <14h> (rc: 42)
  3758. 7AEA9 default key binding for key# <15h> (rc: 43)
  3759. 7AEE0 default key binding for key# <16h> (rc: 44)
  3760. 7AF17 default key binding for key# <17h> (rc: 45)
  3761. 7AF4E default key binding for key# <18h> (rc: 46)
  3762. 7AF85 default key binding for key# <19h> (rc: 51)
  3763. 7AFBC default key binding for key# <1Ah> (rc: 52)
  3764. 7AFF3 default key binding for key# <1Bh> (rc: 53)
  3765. 7B02A default key binding for key# <1Ch> (rc: 54)
  3766. 7B061 default key binding for key# <1Dh> (rc: 55)
  3767. 7B098 default key binding for key# <1Eh> (rc: 61)
  3768. 7B0CF default key binding for key# <1Fh> (rc: 62)
  3769. 7B106 default key binding for key# <20h> (rc: 63)
  3770. 7B13D default key binding for key# <21h> (rc: 64)
  3771. 7B174 default key binding for key# <22h> (rc: 65)
  3772. 7B1AB default key binding for key# <23h> (rc: 71)
  3773. 7B1E2 default key binding for key# <24h> (rc: 72)
  3774. 7B219 default key binding for key# <25h> (rc: 73)
  3775. 7B250 default key binding for key# <26h> (rc: 74)
  3776. 7B287 default key binding for key# <27h> (rc: 75)
  3777. 7B2BE default key binding for key# <28h> (rc: 81)
  3778. 7B2F5 default key binding for key# <29h> (rc: 82)
  3779. 7B32C default key binding for key# <2Ah> (rc: 83)
  3780. 7B363 default key binding for key# <2Bh> (rc: 84)
  3781. 7B39A default key binding for key# <2Ch> (rc: 85)
  3782. 7B3D1 default key binding for key# <2Dh> (rc: 91)
  3783. 7B408 default key binding for key# <2Eh> (rc: 92)
  3784. 7B43F default key binding for key# <2Fh> (rc: 93)
  3785. 7B476 default key binding for key# <30h> (rc: 94)
  3786. 7B4AD default key binding for key# <31h> (rc: 95)
  3787. 7B4E4 default key bindings
  3788. 7E128 XLIB 240 0
  3789. 7E1C3 XLIB 240 1
  3790. 7E272 XLIB 240 2
  3791. 7E2CD XLIB 240 3
  3792. 7E327 XLIB 240 4
  3793. 7E372 XLIB 240 5
  3794. 7E38B XLIB 240 6
  3795. 7E3B3 XLIB 240 7
  3796. 7E3CC XLIB 240 8
  3797. 7E3F4 XLIB 240 9
  3798. 7E40D XLIB 240 10
  3799. 7E426 XLIB 240 11
  3800. 7E43F XLIB 240 12
  3801. 7E458 XLIB 240 13
  3802. 7E476 XLIB 240 14
  3803. 7E48F XLIB 240 15
  3804. 7E4A8 XLIB 240 16
  3805. 7E4C1 XLIB 240 17, XLIB 240 18
  3806. 7E4DA XLIB 240 19, XLIB 240 20
  3807. 7E502 XLIB 240 21
  3808. 7E51B XLIB 240 22
  3809. 7E534 XLIB 240 23
  3810. 7E54D XLIB 240 24
  3811. 7E566 XLIB 240 25
  3812. 7E57F XLIB 240 26
  3813. 7E598 XLIB 240 27, XLIB 240 28
  3814. 7E5AC XLIB 240 29
  3815. 7E5C5 XLIB 240 30, XLIB 240 31
  3816. 7E5ED XLIB 240 32
  3817. 7E606 XLIB 240 33
  3818. 7E61F XLIB 240 34, XLIB 240 35
  3819. 7E647 XLIB 240 36
  3820. 7E65B XLIB 240 37, XLIB 240 38
  3821. 7E66F XLIB 240 39
  3822. 7E683 XLIB 240 40
  3823. 7E697 XLIB 240 41
  3824. 7E6B0 XLIB 240 42
  3825. 7E6D3 XLIB 240 43
  3826. 7E6EC XLIB 240 44
  3827. 7E705 XLIB 240 45
  3828. 7E723 XLIB 240 46
  3829. 7E74B XLIB 240 47, XLIB 240 48
  3830. 7E787 XLIB 240 49
  3831. 7E7E0 XLIB 240 50
  3832. 7E812 XLIB 240 51
  3833. 7E82B XLIB 240 52
  3834. 7E84E XLIB 240 53
  3835. 7E871 XLIB 240 54
  3836. 7E88A XLIB 240 55
  3837. 7E8A3 XLIB 240 56
  3838. 7E8BC XLIB 240 57
  3839. 7E8D5 XLIB 240 58
  3840. 7E8EE XLIB 240 59
  3841. 7E943 XLIB 240 60
  3842. 7E998 XLIB 240 61
  3843. 7E9C0 XLIB 240 62
  3844. 7E9E8 XLIB 240 63
  3845. 7EAA1 XLIB 240 64
  3846. 7EB5A XLIB 240 65
  3847. 7EC13 XLIB 240 66
  3848. 7ECCC XLIB 240 67
  3849. 7ED67 XLIB 240 68
  3850. 7EE02 XLIB 240 69, XLIB 240 70, XLIB 240 71
  3851. 7EE5C XLIB 240 72
  3852. 7EEC0 XLIB 240 73
  3853. 7EF0B XLIB 240 74
  3854. 7EF60 XLIB 240 75
  3855. 7EFAB XLIB 240 76
  3856. 7F014 XLIB 240 77
  3857. 7F082 XLIB 240 78
  3858. 7F0FF XLIB 240 79
  3859. 7F195 XLIB 240 80
  3860. 7F1D6 XLIB 240 81
  3861. 7F208 XLIB 240 82
  3862. 7F249 XLIB 240 83
  3863. 7F2B2 XLIB 240 84
  3864. 7F33E XLIB 240 85
  3865. 7F3A7 XLIB 240 86
  3866. 7F41F XLIB 240 87
  3867. 7F4B5 XLIB 240 88
  3868. 7F9B5 'HOMEDIR' (Global Name)
  3869. 7FED7 ''A' (Local Name)
  3870.